-
Hi everyone,
i think this issue [ib_insync#473](https://github.com/erdewit/ib_insync/issues/473) is more related to this repo (nest_asyncio)
thank you in advance for the help.
Lucas
-
Hey Ewald, @erdewit ,
there is a TRIN-NYSE, TICK-NYSE problem with `reqRealTimeBars(contract, 30, 'MIDPOINT', False).` Other indices work just fine.
The error returned by IB:
`Error 321, reqId…
-
It seems this is an issue in TWS itself, but I provide a description here anyhow as it could also be an interaction effect between TWS and ib_insync.
Since updating TWS to Build 10.16.1f, Jun 2, 20…
-
ib.qualifyContracts blocking forever, not returning anything, on certain futures contracts but not others
For example this works just fine:
```
In [76]:contract = [Future(symbol='ZC', lastTrade…
-
Hello,
When I pull the docker image from waytrade/ib-gateway:981.3j on dockerhub in my docker-compose file, (edit: things work sometimes, but sometimes it fails).
However, when I build the image w…
-
For our live trading account, ib.positions() and ib.portfolio() return inconsistent results, per below:
>>
from ib_insync import *
util.startLoop()
ib = IB()
ib.connect('127.0.0.1', 7496, client…
-
In the main IB API, reqFundamentalData() is now marked as deprecated, see https://interactivebrokers.github.io/tws-api/classIBApi_1_1EClient.html#ac7862d96b6d5f045eaf4bf74ea2eda6f. This interface sti…
-
https://github.com/erdewit/ib_insync/blob/ddf86d398bef88a3877309fb74f37a08f493a0da/ib_insync/ticker.py#L151-L156
During non-market-hours the bid and ask are both -1 (or nan), so the range check fai…
-
Hi, I want to place an order whenever it's available including the pre-market and post-market.
Here is my snippet:
```
contract = Stock(symbol, 'SMART', 'USD')
sell_order = LimitOrder("SELL",…
-
I cannot make it work for cryptos, though it works fine for CME crypto futures.
import pandas as pd, time, datetime as dt
from ib_insync import util, IB, Future, Crypto
ib = IB()
ib.connect('1…