-
Dear Zipline-Trader Maintainers,
Key Question: what do I need to install on top of python, C++ 14.0, IB TWS and zipline-trader for live trading? Backtesting is working well.
1) Before I tell you…
-
Hey,
I'm getting a timeout exception when trying to connect to the Gateway.
The problem is in **ib.py** lines 1603-1604 :
` if not readonly and self.client.serverVersion() >= 150:
…
-
reference: https://github.com/adammorley/ib/issues/7
10197 requires a restart of the gateway (i think?) after the competing session is logged out.
-
I have been having an issue where as my VPS containing only my Docker is crashing everyday, today is the first day where I was able to check logs right after a reboot and the only thing I see is a lot…
ghost updated
3 years ago
-
* OS: Windows 10
* vn.py: v2.1.1 branch master
## Issue
Bug
I'm using VNPY 2.1.1 with IB demo account. I can perform order/trade (currently on IDEALPRO) on IB and it works well but I cannot pe…
-
Hi Ewald, my TWS has made an update today and the instruction Qualifycontracts() is not working anymore. For example:
spx = Index('SPX', 'CBOE')
ib.qualifyContracts(spx)
Decode failed
Traceb…
-
In a Jupyter notebook I have tried this:
```
from ib_insync import *
util.startLoop()
ib = IB()
ib.connect('host.docker.internal', 4001, clientId=5)
# Fetch broadtape news
con = Contract(…
ghost updated
4 years ago
-
- control process that uses IBC to start the IB gateway and do password stuff
- starts the auto order for the configured stuff
- maybe use supervise
- need to parse the logs for errors & send them …
-
Please leave comments here for anything that should be highlighted in the 4.6 release notes. Thank you!
Rendered draft of 4.6 release notes: https://docs.openshift.com/container-platform/4.6/releas…
-
After version 974 of IB Gateway, IB re-introduced the automatic logoff every day thing that has plagued IB automation with TWS for ages.. now in IB Gateway latest (976 at this time) - It would be grea…