-
Notifications
You must be signed in to change notification settings - Fork 430
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
How to get combined strategies of combined strategies working? #415
Comments
Pirat83
pushed a commit
to Pirat83/bt-composite-strategies
that referenced
this issue
Jun 16, 2023
How to get rid of this error:
Thank you very much. |
Seems like #333 has similar issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BT composite strategies
This repository shows the effect of the issue #415.
For more details see the
test_interpreter.py
unit test or use the Jupyter notebookexample.ipynb
Simple buy and hold strategy:
We create a simple buy and hold strategy with the QQQ.
First level composite strategy
Second level composite strategy
We create a combined strategy containing to combined strategies and one asset.
How to get this working?
git clone https://github.com/Pirat83/bt-composite-strategies.git cd bt-composite-strategies/ conda create --name bt-composite-strategies conda env update
If you can contribute to the solution I would appreciate it very much.
The text was updated successfully, but these errors were encountered: