-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any straightforward way to update Gateway? #11
Comments
@chrism2671 did you manage to resolve this? i'm looking to migrate to my system to docker - did you use this repo or roll your own? cheers |
We used this repo and managed to update gateway eventually. It seems to be all fine now. |
@cmorgan @chrism2671 You might want to edit these lines in the Dockerfile to use the latest from QuantConnect, who are kind enough to host properly versioned releases of the IB Gateway https://github.com/ryankennedyio/ib-docker/blob/master/Dockerfile#L17 |
cheers all |
Where can we find links on QuantConnect for newer versions of
Is there a page where they list all versions of these files that they are currently hosting? |
@nyxynyx see this for the docker image maintained by quantconnect team that has links to the latest binaries https://github.com/QuantConnect/Lean/blob/master/DockerfileLeanFoundation btw thanks @ryankennedyio for this project saved me several hours of mucking around :) |
There's an issue where 'open' orders don't seem to clear from the API. I'm 90% sure this is an issue with Gateway, not ib-docker. I've tried to update it by editing the Dockerfile, but it broke everything. Is there a straightforward way to make it always use the latest gateway?
The text was updated successfully, but these errors were encountered: