Multi Broker Multi-Account API end point instantiations #410
buzzvolt
started this conversation in
feature-request
Replies: 2 comments
-
This is really a great idea. I have some experience in having a multi user multi broker system which was a game changer. On top of this, having a data provider and the position execution broker as different ones can be really handy for algo developers in terms of customizability. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am looking for multi broker support with this app. This app is truly amazing but still needs bit of technical expertise to use it efficiently, It will be a game changer pretty soon based on active contributions and at this rate of evolving. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @marketcalls and everyone!
I do like the approach openalgo has really taken and combining all the brokers API and providing a simple comprehensive unifying interface. It is appealing for me to piggyback on openalgo's efforts than re-inventing wheels and do my own adapter interfaces.
I am not sure if it can support multiple broker accounts (different brokers and same broker different accounts simultaneously).
Can someone please confirm this? I am looking at the documentation and some youtube videos, I see that at any point in time, because of the '.env' file or something, a running instance of openalgo can only support one broker account. Is that true?
If it is indeed true, do you think it would be a fair idea to ask for supporting multi-broker and multi-account system, where the API end points are actually created and (auto) instantiated and administered by the super-administrator of openalgo instance.
I would say like openalgo, thus, would become the API end point manager for unifying the access to multi-broker and multi-accounts (different brokers, different accounts and seperate accounts with same broker) simultaneously without having to run multiple instances of them.
So, basically, openalgo instance would have broker registry system, with different brokers and accounts (and their account mapping to the different API end points well-structured and managed by the instance itself)
Thoughts/Criticisms are welcome.
Beta Was this translation helpful? Give feedback.
All reactions