Support Board
Date/Time: Thu, 28 Nov 2024 18:30:50 +0000
Post From: How to highlight/extend low volume price level on renko chart
[2023-04-17 03:02:32] |
Sawtooth - Posts: 4120 |
I want to be able to highlight/extend a level where the volume is e.g. 100 or less
If the VAP of interest is always at the H or L of the bar, you can do this:- Add the Color Bar Based On Alert Condition study. - Set the 'Output When Condition True' to 'Use Input Data' - Set the 'Input Data' to 'High' - Set the 'Draw Extension Lines At Color Bar Value' to your choice - Set the Draw Style to Text (to not color the bar) - Use this formula on the Alerts tab: =VAP(H,0)<100 Duplicate the above study for the Low: - Set the 'Input Data' to 'Low' - Use this formula on the Alerts tab: =VAP(L,0)<100 Date Time Of Last Edit: 2023-04-17 03:14:31
|