ChartIndicatorsTotal
Returns the number of all indicators applied to the specified chart window.
int ChartIndicatorsTotal(
long chart_id,
int sub_window
); |
Parameters
chart_id
[in] Chart ID. 0 denotes the current chart.
sub_window
[in] Number of the chart subwindow. 0 denotes the main chart subwindow.
Return Value
Note
See also
ChartIndicatorDelete(), ChartIndicatorsTotal(), IndicatorSetString()
|