RunIteration()
|
<< Click to Display Table of Contents >> RunIteration() |
|
Runs an iteration of backtesting for the optimizer
This method does not return a value.
RunIteration()
protected override void OnOptimize() { // Optimizer logic RunIteration(); } |