SetBarFillColor
|
Indicators |
SYNTAX | SetBarFillColor( colorarray ) |
RETURNS | NOTHING |
FUNCTION | SetBarFillColor( colorarray ) allows to independently control candlestick, bar, cloud, and area chart fill color SetBarFillColor must PRECEDE the Plot() function call it applies to. when applied to:
|
EXAMPLE | SetBarFillColor( IIf( MACD()>Signal(), colorYellow, colorBlue )
); |
SEE ALSO | PLOT() function |
The SetBarFillColor function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.