testWindows property

List<TestWindowSummary>? testWindows
final

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;