Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does bt support walk forward optimization? #386

Open
parthnaik opened this issue Sep 10, 2022 · 0 comments
Open

Does bt support walk forward optimization? #386

parthnaik opened this issue Sep 10, 2022 · 0 comments
Labels

Comments

@parthnaik
Copy link

If we have 18 months of data, the month 1-6 would be the in-sample and month 7-12 would be out-sample. We would perform a backtest on month 1-6 to find the best fit parameters and then use those parameters for month 7-12. We perform the same thing using windows month 7-12 and month 13-18. Then we stitch the results for the out-sample windows (month 7-12 and 13-18) and that is the final result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants