Stop
Name
Stop
When to use it
During OnNewStrategy and OnNewBar events.
Prototype
HRESULT Stop();
Explanations
The user may stop the search process by calling the method Stop.
After calling this method the OnFinish event will take place.
The algorithm will stop by itself (without the need of calling Stop method) when the optimization process is over.
See also:
Start, OnFinish, OnNewBar, OnNewStrategy.
Links