Cust Gradient- Bnd
From MultiCharts
The Cust Gradient- Bnd indicator displays the value of the Formula input on the current bar in the form of a color gradient which varies in accordance with Formula's value. The Formula expression should have a determinate range (or in other words, it should be "bounded").
Default Inputs
Formula ( 14 ) sets the PowerLanguage expressiont.
LowerBound( 0 ) sets the level of the Formula input at which the bar will be painted DnColor.
UpperBound( 100 ) sets the level of the Formula input at which the bar will be painted UpColor.
UpColor( cyan ) sets the color to be used when Formula values approach UpperBound.
DnColor( magenta ) sets the color to be used when Formula values approach LowerBound.