You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
extending broker-uri with an optional account code. e.g.: --broker-uri localhost:7492:111:DU32145
store the specified account code in IBBroker's constructor (if specified)
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:
zipline/zipline/gens/brokers/ib_broker.py
Line 664 in 7c68fb4
The text was updated successfully, but these errors were encountered: