Deploying multiple strategies #1058
-
Hi, I have a market making Strategy that is running Binance Futures testnet without any issues, it references just one instrument and is run from a single node and .py file. The strategy config has When I duplicate this strategy (they are independent in terms of trading logic) and run it with a different node and a different .py file with
The
I have found that i can get round this by adding my second strategy to the node of the first strategy and just deploying one .py file. Then the errors go away. However, I guess this means bringing down the entire node if there is an issue with one strategy.. many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can |
Beta Was this translation helpful? Give feedback.
You can
stop
individual strategy if there is need and there is no need for seperate Node for each Instrument unless it is for some specfic purpose such as Observer etc.