Difference between revisions of "Volume Gradient"

From MultiCharts
Jump to navigation Jump to search
(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 =...")
 
Line 1: Line 1:
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.
+
The indicator plots the relative volume for the current bar as a gradient color on the volume range over the previous ColorNormLength bars.
  
 
== Default Inputs ==
 
== Default Inputs ==

Revision as of 12:46, 29 September 2021

The indicator plots the relative volume for the current bar as a gradient color 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.