Bars - BARS


Description:

Plots standard OHLC bars or Candles. There is also an optional 3 MA's that can be plotted over the Bars or Candles. To plot the MA's, set the period to 2 or greater or 1 to hide.

Bar Parameters:

Candle Parameters:


Formula Reference:

Syntax
BARS(TYPE)
BARS(TYPE, COLOR)
Function
Type is either Bar or Candle. The Color parm is only used for the Candle TYPE.
Example
BARS(Bar)
BARS(Candle, red)


Back NextHome