-
## Before you submit this issue
If this is not an issue but a request for help, please post it on the
[discussions](https://github.com/gnzsnz/ib-gateway-docker/discussions/categories/q-a)
section…
-
## Context
I'm trying to figure out deploying the gateway and my app logic to the cloud using container runtimes, yet it has this annoying problem of not having `/dev/net/tun` devices by nature. I ex…
-
Hi,
I'm aiming to run a real and a paper IB Gateway on the same machine through IBC. How would this be done properly?
Currently what I have, but I still seem to be encountering issues:
- I ha…
-
IEX Cloud https://iexcloud.io/ has python api for real time quotes at a very affordable price. And no need to run TWS or IB Gateway.
-
**Bug**
version of ib-gateway 10.24.1f
After succesfull Login and 2FA. IBC shuts down the docker with an error
**To Reproduce**
Steps to reproduce the behavior:
1. Cloned the repo
2. chang…
-
The Network already exists, however, I don't believe this should be erroring that it exists? Reason I need to add this is I need to get the gateway back from it to do a Clone in VMware and tell it w…
-
Hello!
I am trying to use autotrader with IB, and I can't seem to get it to connect to the InteractiveBroker Gateway. When I specify the feed=ib and broker=ib, the runfile.py errors that it can't c…
-
I have created a "Contract" and a "RequestRealTimeBars" struct, and also an active "Engine" connected to IB gateway on my machine, but I am not getting how to receive a reply into "RealTimeBars" struc…
ghost updated
8 years ago
-
Hi,
I'm using your code to interact with IB gateway.
The problem occurs when I call a method twice or more. Why all times I get "A task was canceled" error? I'm doing something wrong?. Sorry I'm ne…
-
Hi,
I am trying to connect to IB through Gateway.
The Gateway works as expected when I use http calls, but when I try to use code from docs:
```
# Instantiate wrapper, client and connect
wrap…