-
Пробую эту функциональность:
```
$ investments simulate-sell ib
W: The broker statement misses trade settle date information. First occurred trade - EXH4d at 16.04.2020. All calculations for such t…
-
Hi Alex, Great lib, thank you for making this. After watching your video series, I'm trying to get continuous market data from [IB Websocket API](https://interactivebrokers.github.io/cpwebapi/Realtime…
-
1. Review the current code written for managing levels (indicator levels and custom levels)
2. Re-write levels code to ensure consistency in the display and availability of levels data per asset
…
-
```
subscription_data = {
'conid': gc_futures[0]['conid'],
'fields': [
FIELD_BID_PRICE,
FIELD_ASK_PRICE,
FIELD_BID_SIZE,
FIELD_ASK_SIZE,
FIELD_L…
-
Today, thanks to the open banking project, we have universal APIs that allow for the quick and reliable download of transactions from multiple bank accounts.
The open-source accounting software Fir…
-
I am using the ib.positions() function in order to get the positions for my account. When I send an order and it fills I call ib.positions() but it doesn't update even though I can see on the TWS tha…
-
I get on linux ubuntu
rest.cpp:(.text+0x495): undefined reference to `curl_easy_init'
curl packages were installed
-
Hello,
I'm facing a weird behavior in my script when I call the reqHistoricalDataAsync function in the main thread it returns data very quickly (0.3 seconds) but calling the same function with the …
-
I'm trying to wait for a stop loss it hit, and then use the order message to change the state. Everytime the stop loss hits however ibapi errors and cannot parse the order message coming back. Team's …
-
Hi everyone,
Getting this error: Error: Decoding error on OPEN_ORDER: unprocessed data left on queue (["","","","",null]).
How can I debug this?