Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 22:42:31 +0000



Post From: Print range of bar above the bar

[2020-06-29 16:11:36]
Sawtooth - Posts: 3993
Use the Spreadsheet Formula study.
- Set the Chart Region to 1.
- Set the Value Format to 1.
- Use a formula like this in the Formula field:
=IF(H-L>TICKSIZE*20,(H-L)/TICKSIZE,0)
- Set the 'Draw Zero Values' to No.
- Set the Draw Style to Value On High.
- Set the Width/Size to your requirement.

This will plot the bar's range in ticks if the range is > 20; edit formula as needed.