Is there any way to dynamically manage strategies in Nautilus? #1930
Closed
graceyangfan
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Hi @graceyangfan ! Which specific part of the controller is too simplistic? The intention of the module is for exactly this use case, so keen to hear what would be required to help clean this up ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to build dynamic strategies for multiple instruments. The main idea is to rescreen certain instruments every day for running specific strategies. Previously, I would stop all strategies when switching and then reconstruct the new strategies. However, there are cases where some instruments need to be run continuously without stopping, which feels unnatural. My current goal is to achieve dynamic stopping and creation of strategies.
I have noticed that Nautilus includes a built-in Controller, but it is too simplistic to meet my requirements. My current approach is to add dynamic tasks within the NautilusKernel, similar to:
I'm curious if anyone else is attempting something similar and would be glad to hear any opinions or suggestions.
Beta Was this translation helpful? Give feedback.
All reactions