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

Parameters
chart_idChart ID. 0 means the current chart
sub_windowNumber of the chart subwindow. 0 denotes the main chart subwindow
indicator_shortnameThe 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
Returns
Returns true if the command has been added to chart queue, otherwise false. To get error details use the GetLastError() function