For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Is it possible to integrate backtrader with ib_insync?
-
It appears
ibpy
is not actively maintained whileib_insyc
is active with its own community. I'm wondering if it's possible to integrate their package with backtrader? I have no problems assisting in this task or experimenting a bit. Maybe some more experienced users can let me know the difficulty level of this task and any particular challenges I should expect to encounter. -
Just saw these other posts.
- https://community.backtrader.com/topic/719/using-ib_insync-rather-than-ibpy/6
- https://community.backtrader.com/topic/623/anyone-use-backtrader-to-do-live-trading-on-bitcoin-exchange/2
If anyone can point me to the correct docs or any other tutorials that discuss adding your own custom data/broker layer that would be extremely helpful. Thank you.