TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
void ExpertRemove ( )

The function stops an Expert Advisor and unloads it from a chart.

Note: The Expert Advisor is not stopped immediately as you call ExpertRemove(); just a flag to stop the EA operation is set. That is, any next event won't be processed, OnDeinit() will be called and the Expert Advisor will be unloaded and removed from the chart.