Bars - BARS

Description:

Plots standard OHLC bars, or Candles, or Point and Figure.

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.

Note: For Candles, see the CUS example cdl-rel which might be a better way to work with candles.

Bar Parameters:

Candle Parameters:

Point and Figure Parameters:

The 'Default' method box sizing is a simple formula: 2% of the mid point of bars displayed. Set method to 'Custom' to set the box size and reversal parms for each individual chart.

Formula Reference:

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


Back NextHome