Hi,
I am working on a strategy that interacts with the sids in EDI source and IBKR source - It reads index indicator from EDI source and trades the forex sids from the IBKR source.
Zipline seems to limit a strategy to a single bundle, which can be created from a DB which as I understand can not mix the EDI and IBKR sources.
Similarly moonshoot seems to pick a single DB.
Would there a recommended resolution to my situation?
Thank you.