Analysis Techniques & Strategies
Name | Expression | Default | Description |
ColorNormLength | Numeric | 14 | Number of bars over which to normalize the indicator for gradient coloring. |
UpColor | Numeric | Yellow | Color to use for indicator values that are relatively high over ColorNormLength bars. Set to -1 to disable gradient color plotting. |
DnColor | Numeric | Red | Color to use for indicator values that are relatively low over ColorNormLength bars. Set to -1 to disable gradient color plotting. |
Displays the relative volume for the current bar as a gradient color PaintBar based on the volume range over the previous ColorNormLength bars.
None.