Replies: 3 comments 6 replies
-
|
For some weird reason you are using the config, but not the code, for my private system. The code includes some special classes. https://github.com/robcarver17/pysystemtrade/blob/master/systems/provided/rob_system/run_system.py The system is hard wired with fixed parameters so it doesn't need anything to estimate forecast weights or whatever. |
Beta Was this translation helpful? Give feedback.
-
|
This discussion also relevant |
Beta Was this translation helpful? Give feedback.
-
|
Thanks Rob, the following seems to be working so far When you were finalising your weight estimates, would it be fair to say if something wasn't in your config file default values were used? How can I learn more about the risk_overlay and vol attenuation concepts? Best, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
config copy.txt
Hi Rob, everyone,
Now that I managed to extend my historical data to a larger universe of futures, I next focus on switching the system from "classic" to "dynamic optimised". If you can point to any guides that I missed, it would be greatly appreciated. I browsed the GitHub docs and the blog posts.
Naive Attempt
I have copied config.yaml from systems.provided.rob_system into private module, and set the modified estimate calculations to True (config file attached).
And then I tried to run the following for the estimates to be calculated.
But getting the following error. In addition to figuring out how to resolve the below, how can I make sure I have a complete set config file for the dynamic optimised system. In the classic system, I used to have more parameters such as below, but don't see them in Rob's config file. Any help greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions