-
Hi there,
is there a way to transmit a conditional order? could you provide an example?
I'm referring to https://interactivebrokers.github.io/tws-api/order_conditions.html
https://www.interactive…
-
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…
-
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…
-
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…
-
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…
-
I realize that this library is primarily aimed at crypto markets, but I do a lot of equities trading and would like to help contribute.
I see that Adam has a stub for the IBKR API, but it doesn't …
-
```
import ibkr,{IBKREVENTS, IbkrEvents, HistoricalData} from '@stoqey/ibkr';
const ibkrEvents = IbkrEvents.Instance;
ibkr({host:'127.0.0.1',port:4001}) // add your port and host if you want
…
askie updated
3 years ago
-
I am using `IB.client.getReqId()` to place my version of bracket orders and set `parentId` in target and stop loss orders.
But I have stumbled upon an error:
```
Traceback (most recent call las…
-
I would like to create a read-only app. For security reasons, I would like to use the API with a seperate user account who only has read-only access.
Do you know if this is possible at IBKR?
-
I have this set up in a VM and I'm trying to run the Docker container with TWS 978 on my paper trading account.
The Bot hangs on "Searching option chain for symbol=SPY right=P, this can take a whil…