images/contents.gifimages/index.gifimages/prev1.gifimages/next1.gif

CBAR()

Definition Change bar.

Syntax not available at this time

Parameters SERIES
Required if the formula name declares the SERIES parameter.

INPUT
Required if the formula name declares the INPUT parameter.

PERIOD
Required if the formula name declares the PERIOD parameter.

<shift>
A number, positive or negative, enclosed in brackets defining the number of bars (periods) to shift the formula line. Typically used only in formulas that will be rendered in chart windows.

Examples CBAR_EX1(INPUT,PERIOD=1,SHIFT=0)=CBAR(INPUT,PERIOD)[SHIFT]

CBAR_EX1(SERIES,PERIOD=1,SHIFT=0)=CBAR(SERIES,PERIOD)[SHIFT]