OnNewBar
Name
OnNewBar
Prototype
event OnNewBar;
Explanations
This event is raised when a new bar from Repository is about to be selected for optimization.
This event may be used to monitor the progress of the optimization process.
The user may stop the optimization process during this event.
Remark
A bar can be considered multiple times for optimization before the solution is actually outputted. This is why there is NO connection between the number of calls of this event and the NumberOfRepositoryPieces.
See also:
Start, Stop, OnFinish, OnNewStrategy.
Links