-
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…
-
For clients with multiple accounts (eg separate IRA and brokerage accounts), the `AccountSummary` class will only return data from one of their accounts, when issuing `init` or `getAccountSummary`
…
-
**Describe the bug**
I'm having login issues at https://localhost:5000/ after trying many different accounts:
![image](https://user-images.githubusercontent.com/15269764/132966631-8d5b2779-9…
-
I am attempting to place limit orders based on the prevailing best bid/offer. I am attempting to do this through 'ib.reqTickByTickData(symbol, 'BidAsk')'. This function works perfectly when testing. H…
-
Is it possible to easily remove the commissions/fees from the avgCost variable in the ib.portfolio()? I would like to perform some calculations on the entry price without these added in. From what I h…
-
It seems to me there are a few issues in`Portfolio.ts` to retrieve an account's portfolio:
- `init` issues `reqAccountUpdates` and listens for `updatePortfolio`.
- on each `updatePortfolio` (which…
-
## Describe your environment
(if applicable)
* Operating system: ____
* Python Version: _____ (`python -V`)
* CCXT version: _____ (`pip freeze | grep ccxt`)
* Freqtrade Version: ___…
-
When running `docker-compose up`, then I am getting the following error:
```
tws_1 | 2021-07-26 08:30:24:925 IBC: Using default settings provider: ini file is /opt/ibc/config.ini
tws_1 | …
-
Hi, I may have a bug that I noticed. But before that I would like to ensure its not on my end.
Can anyone post a JSON Request Body for Options that has proved to be successful with a response? It c…
-
Hi all,
first of all thanks for the great package that ibeam provides! I have been working with my paper trading account without 2FA so far and now like to connect the live trading account with 2FA…