Is anyone automating anything (preferably Options) with the IB platform?
I'm interested in your experience and what the possibilities are.
I'm interested in your experience and what the possibilities are.
Is anyone automating anything (preferably Options) with the IB platform?
I'm interested in your experience and what the possibilities are.
The only limitations are your imagination, latency and query rate. Some things are more difficult to achieve than others but it works relatively well. The risk with 3rd party stuff like ib_insync is that if you build using it and it will be abandoned, you will need to rewrite your code from the start.

hi do you have any resources or know where I can learn how to use the IB_insync package to do automated tradingThat's why I always privately fork important stuff like ib_insync. Helps me get familiar with the codebase and I feel completely comfortable modifying it.
If/when IB writes yet another API and deprecates the current one, then the places where I use IB directly are very limited as it is so there would only be a few places to change:
- Historical data: my own source pulled from IB
- Real-time data: relaying IB's real-time data from my source to multiple clients
- Order management (currently using IB directly)
So the rest of my system can continue to work without IB. This isn't on purpose, just that good, iterative design (lol - pat on back) ends up having these kinds of characteristics organically.
hi do you have any resources or know where I can learn how to use the IB_insync package to do automated trading