-
When I run `ib_client.create_session()`, I get the expected message with steps 1-3 telling me how to authenticate. Terminal is opened. However, nothing is run in Terminal so there's nothing running at…
-
Hi, I executed the example code in jupyter lab:
```
from ib_insync import *
util.startLoop() # uncomment this line when in a notebook
ib = IB()
ib.connect('127.0.0.1', 7497, clientId=1)
co…
-
I have tried a number of clean installs, including the operating system (my linux skills are below average, I assume the error was in my setup / installation of packages) for the production system of …
-
Linux Mint 20
My fork is level with 97bd894
pandas 0.25.2
matplotlib 3.3.3
PyYAML 5.3.1
numpy 1.19.4
scipy …
-
The Contract class currently doesn't allow hashing of CONTFUT Contracts because they get the same conId as the front contract, but if ib_insync set all conIds for CONTFUT to -1*conId (of the front con…
-
When I call `ib.reqHistoricalNews(contract_id, providers, start, end, ...)`, TWS returns article headlines with associated datetimes in a format like `2020-09-21 12:42:56.0`, which is unsupported as a…
-
in a purely async framework which can not be patched, e.g. uvicorn, ib.accountSummary() can not be called since it tries to re-enter the asyncio loop on the first call [ via call to sync reqAccountSum…
-
Hi,
I am having a strange behavior where ib_insync connects to an IB gateway and gets data from there, but fails with futures.TimeoutError exception.
Why throw an exception if it successfully talked…
-
## Windows support (continue #175)
I am going to use nautilus_trader for backtest and research on Windows and Linux
(and partially in production ?)
Based on your discussion (issue: Windows suppor…
-
The line highlighted in the snippet below (from ibcontroller.py) causes TWS/gateway to restart when run in paper mode as IB complaints there are no market data permissions for EURUSD:
```
ERROR - ib…