Skip to content

What's the best way to interact with a strategy while it's running to update its configuration/parameters and exit positions? #1080

Answered by limx0
eliahburns asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @eliahburns - there's a couple of choices here:

  1. In Nautilus this would typically be done through an adapter (similar to data and execution connections), but one that simple receives messages and passes them onto the strategy.
  2. Strategies are pure python, so you can basically implement any sort of communication layer inside your strategy that you would like.

These aren't however, built-in, because they're quite advanced and can take on many forms. Hope this helps.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@eliahburns
Comment options

@limx0
Comment options

limx0 Apr 23, 2023
Collaborator

@eliahburns
Comment options

Answer selected by eliahburns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants