Replies: 1 comment 3 replies
-
You might want to check out the following repo: https://github.com/gnzsnz/ib-gateway-docker |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking to update an old system which was running the IB Gateway client locally with the ib_insync library.
As I understand it I should proceed with ib_async as the properly maintained package going forward, however I am unclear about the best way to establish a persistent connection. Previously I had to run IB gateway on my machine, but I am looking to migrate to cloud management so would like to start to containerize everything. I also ran into issues with IB gateway restarting over the weekends which required manual intervention to unblock.
A couple questions:
(1) Is iBeam the right utility to use to avoid the weekend disconnects and the requirements to run IB gateway on the cloud machine?
(2) How do I get the ib_async connect function to utilize the connection from my running iBeam docker container ("Gateway running and authenticaed" from iBeam)?
Beta Was this translation helpful? Give feedback.
All reactions