Start
Name
Start
When to use it
After all parameters have been set.
Prototype
HRESULT Start()
Explanations
Starts the optimization process.
In some cases the process may be stopped by calling the Stop method during the OnNewBar and OnNewStrategy events.
At the end the event OnFinish is raised.
See also:
Stop, OnFinish, OnNewBar, OnNewStrategy.
Links