Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support FA accounts in IB Broker #87

Open
tibkiss opened this issue Dec 27, 2017 · 2 comments
Open

Support FA accounts in IB Broker #87

tibkiss opened this issue Dec 27, 2017 · 2 comments
Labels

Comments

@tibkiss
Copy link

tibkiss commented Dec 27, 2017

Interactive Brokers provides 'Financial Advisor' (FA) accounts, which groups multiple accounts together. These accounts currently are not supported by zipline-live.

The support could be easily achieved by:

  1. extending broker-uri with an optional account code. e.g.: --broker-uri localhost:7492:111:DU32145
  2. store the specified account code in IBBroker's constructor (if specified)
  3. set the m_account when placing an order:
@tibkiss tibkiss added the newbie label Dec 27, 2017
@githubbla
Copy link

So this is implemented already?

@florentchandelier
Copy link

refer to #104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants