TestPeriod
<< Click to Display Table of Contents >> TestPeriod |
Reserved for Walk-Forward Optimization, this property determines the number of days used for the "out of sample" backtest period for a given strategy. See also OptimizationPeriod.
Note: This property should ONLY be called from the OnStateChange() method during State.SetDefaults |
An int value representing the number of "out of sample" days used for walk-forward optimization; Default value is set to 28
TestPeriod
protected override void OnStateChange() |