-
```
import ibkr, {AccountSummary, IBKREVENTS, IbkrEvents, PortFolioUpdate, getContractDetails,HistoricalData } from '@stoqey/ibkr';
const ibkrEvents = IbkrEvents.Instance;
// 3.2. Subscribe to ma…
askie updated
3 years ago
-
Сначала показалось, что стратегии именно ломают отчет и создают доп. таблицу именно для стратегии - это не так.
Пропуск таблицы просто не увидит купленные позиции позже, т.е. IBKR разобьет трейды н…
dryaz updated
3 years ago
-
First time trying to connect with IBKR API. I don't know if I missed some step, just I am stupid etc. Tried to google that error, but personally didn't found anything. Used just example code.
IB Ga…
-
The code snippet given in the README.MD is giving several different errors. Tried with a fresh NodeJS TS project.
I spent quite some time tinkering aroud, first it said `cannot use import statemen…
-
ibeam has bee working fine with default set up. have ben testing requests on the server that ibeam is running on by hitting localhost:5000 url just fine. mounted a volume with conf.yaml that allows ip…
-
I have run into this problem (with latest 0.9.63, but also if running with 0.9.62 from a poetry environment i still hold without updating to latest version).
The strange thing is that this is happe…
-
I have two negative dividents on the short positions in my data. Obviously, FURS is not interested in those. For me solution is just removal from the file, but the code here might be a bit modified to…
-
I am pretty much teaching myself how to code. I am trying to build the bot using wsl ubuntu and have it run on my windows tower all day while i work. I am trying to build the docker file and then pass…
-
I'd like to be able to download a report from say, last quarter, rather than whatever the default is. I didn't see a mention of how to do it from [the ib_insync docs](https://ib-insync.readthedocs.io/…
-
It seems some transfer import operations (from IBKR statements for example) created records with NULL 'rate' field in 'transfers' table for transfer fees. Need to check import and fix transfer if requ…