-
Добрый день, Дмитрий!
Как всегда, продолжаю тестировать Вашу программу. :)
Купил вчера дробные акции и столкнулся с проблемой, что программа не понимает покупку дробных акций (fractional shares)…
-
When I attempt to request the head timestamp for an index, say:
```
c = Contract(symbol='SPX', secType='IND', exchange='CBOE')
self.reqHeadTimeStamp(c, whatToShow='TRADES', useRTH=False)
```
…
-
I already mentioned it on your youtube channel, but I thought it might also be prudent to note it here:
![image](https://user-images.githubusercontent.com/59515580/79704767-d2e9c700-8267-11ea-9c4f-34…
-
**Problem:**
I am not able to fetch news in a Jupyter notebook, e.g. from Briefing.com
```
import datetime
from ib_insync import *
util.startLoop()
ib = IB()
ib.connect('127.0.0.1', 4001, c…
ghost updated
4 years ago
-
Currently the position is represented in quote currency. I find this confusing, hence I propose to change it to base currency.
-
Noticed that IB().connect() always fails with `asyncio.exceptions.TimeoutError` the **very first time** it is called upon a fresh IBG/TWS start / re-start. The error occurs with and without providing …
-
It seems that the `schwab` and `schwabbank` endpoints broke. My setup used to work fine. Now, when I do `ofxget stmt schwab` I get:
```
Traceback (most recent call last):
File "/.local/bin/ofxget…
-
reqHistogramData complains about the format of the time-period. I use same format string for reqHistoricalData and it works fine,
Thank you for looking into it.
here is an example:
`print(ib…
-
Hi, I've noticed that the Gateway has been getting stuck after the forced weekend logout, instead of sending the authentication push message to my Android IBKR app. (That functionality works, I've tri…
-
There has been a change in behaviour in TWS 974 relating to the IbAutoClosedown=no setting in config.ini, compared to earlier TWS versions.
IBC made this work by intercepting the Exit Session Sett…