TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
bool ChartIndicatorDelete | ( | long | chart_id, |
int | sub_window, | ||
string | indicator_shortname | ||
) |
Removes an indicator with a specified name from the specified chart window
chart_id | Chart ID. 0 means the current chart |
sub_window | Number of the chart subwindow. 0 denotes the main chart subwindow |
indicator_shortname | The short name of the indicator which is set in the INDICATOR_SHORTNAME property with the IndicatorSetString() function. To get the short name of an indicator use the ChartIndicatorName() function |