testWindows property
An array of test windows used to evaluate the algorithm. The
NumberOfBacktestWindows
from the object determines the number
of windows in the array.
Implementation
final List<TestWindowSummary>? testWindows;
An array of test windows used to evaluate the algorithm. The
NumberOfBacktestWindows
from the object determines the number
of windows in the array.
final List<TestWindowSummary>? testWindows;