GetChartID
- get current chart ID

Exploration / Indicators
(AmiBroker 4.30)


SYNTAX GetChartID()
RETURNS NUMBER
FUNCTION returns the chart ID of current indicator formula. Returns 0 if used in Automatic analysis.
EXAMPLE Cross( graph0, Study( "RE", GetChartID() ) );
SEE ALSO

References:

The GetChartID function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.