Volume Gradient

From MultiCharts
Revision as of 13:27, 17 September 2021 by Svetlana MultiCharts (talk | contribs) (Created page with "The indicator plots the relative volume for the current bar as a gradient color PaintBar based on the volume range over the previous ColorNormLength bars. == Default Inputs =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The indicator plots the relative volume for the current bar as a gradient color PaintBar based on the volume range over the previous ColorNormLength bars.

Default Inputs

ColorNormLength (14) sets the number of bars over which to normalize the indicator for gradient coloring.
UpColor (Yellow) sets the color to use for indicator values that are relatively high over ColorNormLength bars. Set to -1 to disable gradient color plotting.
DnColor (Magenta) sets the color to use for indicator values that are relatively low over ColorNormLength bars. Set to -1 to disable gradient color plotting.