Skip to content
Prev 13455 / 15274 Next

Consolidating Backtests

Set a seed.
Loop through months, using that seed to generate the integer value of your
lookback every month.
Loop through all unique integer lookback values.
Compute your indicator for those values.
Proceed as usual.

On Sun, Aug 16, 2015 at 3:02 PM, Brian G. Peterson <brian at braverock.com>
wrote: