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

Support for backtesting multi-assets strategy #1120

Open
sgc109 opened this issue Mar 1, 2024 · 4 comments
Open

Support for backtesting multi-assets strategy #1120

sgc109 opened this issue Mar 1, 2024 · 4 comments

Comments

@sgc109
Copy link

sgc109 commented Mar 1, 2024

Expected Behavior

I want to backtest asset allocation strategies consisting of multiple assets such as HAA, VAA, BAA, ...

Actual Behavior

I seems like only supports backtesting individual asset at a time.

Steps to Reproduce

Additional info

@BradKML
Copy link

BradKML commented May 29, 2024

I wonder what kind of multi-asset strategies are out there? Other than that please also check #1105

@s-kust
Copy link

s-kust commented Aug 14, 2024

You may want to take a look at https://github.com/s-kust/python-backtesting-template/

You can easily run backtests of your strategy for several (or several dozen) tickers simultaneously. The results of these backtests are combined and saved in the output.xlsx file.

@BradKML
Copy link

BradKML commented Aug 25, 2024

@s-kust what about asset pair juggling, are there ways around it?

@s-kust
Copy link

s-kust commented Aug 28, 2024

are there ways around it?

Not yet

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

No branches or pull requests

3 participants