Multi account type arbitrage support #423
-
Hello NautilusTrader team 👋 Since Is there any plan to support this kind of multi account type strategy? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @sidnvy Thanks for your interest! You've identified a current limitation of the platform. This was intentional to keep the complexity down during development, however the core system is becoming much more stable and this is again something we could consider getting up and running. Right now there is an assumption that the This could potentially be solved by connecting to multiple sessions inside the clients, with some changes to the current single account per client impl. Or we could use multiple clients per venue, and somehow control the routing based on say the Could you tell me a little more about your use case? Are you using sub-accounts? |
Beta Was this translation helpful? Give feedback.
Hi @sidnvy
Thanks for your interest!
You've identified a current limitation of the platform. This was intentional to keep the complexity down during development, however the core system is becoming much more stable and this is again something we could consider getting up and running.
Right now there is an assumption that the
venue == client_id
and also each adapter is only connected to one account for the venue (this is what's causing the limitation).This could potentially be solved by connecting to multiple sessions inside the clients, with some changes to the current single account per client impl. Or we could use multiple clients per venue, and somehow control the routing based on say…