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

CHART()

Definition Cyber chart.

Syntax images/aspen00000278.gif

Formula NA

Parameters expression

study function

<barwidth>
Required. Defines the number of ticks, minutes, or days per bar. Possible values include:

Base
Value
ticks
1-?
minutes
1-1439
days
1-7, 30, 90, 365

<bartyppe>
Required. Defines the type of bar. Possible values include:

Bar
Value
tick
0
minute
1
day
2

<numbars>
Number of extra bars to compute before the target bar (prefetch). The default is 0.

<nogap>
Optional. Determines whether nogaps is on or off. Default is on. Settings include:

Setting
Value
Nogaps off
0
Nogaps on
0

<night>
Optional. Determines what data is used to create the cyber chart. Possible settings include:

Setting
Value
Use NIGHT=ON/OFF from SETUP.TXT file
0
All sessions
1
Night only
2
Day only
3

Examples CHART_EX1=CHART(SAVG(SERIES,9),1,2,100,1,3[-1])

CHART_EX2=CHART(SAVG(INPUT,9),1,1,60,0,1)