-
This might be similar to #365?
Not sure.
I've noticed that `IB.trades()`/ `.executions()` methods don't return trades i make in the overnight session on futures?
Reasons i can think of for th…
-
This code timeouts and a cancellation is sent to the API servers:
```
import datetime
from ib_insync import *
ib = IB()
ib.connect('127.0.0.1', 4001, clientId=1, timeout=0)
ib.reqMarketDataT…
-
Does this library compile and run on macOS Monterey 12.5 ARM64 ??? I'm simply trying to run the examples using g++ (/usr/bin/g++) - std=c++20 and its saying it won't run on this architecture... I trie…
-
I have been using IBC to execute trades and it's usually ended up taking 2-3minutes to get trade confirmation from IB. So my question is.. Is there any fastest way to execute trades ?
Please ad…
-
I'm trying to use `req_historical_data()` with a future.
In `test_helpers.rs`, I replaced `next_valid_id()` with the code to generate the request to make this simpler to replicate:
```rs
fn n…
-
Tried with both versions available currently, they fail for different reasons.
9.81:
```
Syntax error compiling at (ib_re_actor_976_plus/translation.clj:110:1).
Unable to find static field: C…
-
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…
-
Hey, I have actually subscribed to the Dowjones API, but unable to fetch tick data for the API, if anyone is having code for news API, for interactive broker please let me know
-
Hi,
I have been trying to extract the fundamental statements for several companies and have notice that on several occasions there are gaps with missing data. Anyone else having a similar problem?
-
Interactive Brokers used to have demo accounts but now it's more difficult to obtain a PaperTrading account.
I'm looking into ways to make CI work with tests, and need an IB paper trading account t…