IndicatorAdd
Adds an indicator with the specified handle into a specified chart window.
bool IndicatorAdd(
int sub_win
int handle
); |
Parameters
sub_win
[in] The number of the chart sub-window. 0 means the main chart window. if the number of a not-existing window is specified, a new window will be created.
handle
[in] The handle of the indicator.
Return Value
See Also
IndicatorDelete(), IndicatorsTotal(), IndicatorName().