-
**Describe the bug**
The Vault service in HA mode does not support loadbalancing.
**To Reproduce**
Steps to reproduce the behavior:
1. Install chart in HA mode on an HA Kubernetes Cluster
2. …
-
contract := new(ibapi.Contract)
contract.Symbol = "MSFT"
contract.Exchange = "SMART"
contract.Currency = "USD"
lmt := ibapi.NewLimitOrder("BUY", 244.26, 100)
ic.PlaceOrder(newOrderId(), contract,…
-
Hi Abel,
I want to integrate the api in a standalone app that I would like to deploy in a separate computer that doesn't have matlab on it. After few tests I wasn't able to do that, not even copying …
-
### Describe the bug
Commands entered via the serial interface are not received correctly.
### Preliminary Information
1. **Firmware Version**: fw: I2S-4MFlash-1627
2. **Plugin Version**: v0…
-
### Current Behavior
When attempting to start downloading the program reports invalid download directory. When browsing from a CLI within the container, I can write to the folder I am attempting to…
-
![Screenshot 2024-07-19 134136](https://github.com/user-attachments/assets/3e1038f2-109e-4e91-af1d-2bc77b8f1d59)
I'm trading futures. Sometimes my IB Gateway that's running in a Docker container st…
-
As time goes by, IBController is becoming increasingly complex. Up till early 2010 it was two Java source code files, and was rather difficult to follow. Then I refactored it into about 18 separate fi…
-
## Describe the bug
Under Starting IBC/TWS, I encounter Failed to init libxfconf
## To Reproduce
.env
```
ALLOW_BLIND_TRADING=no
AUTO_LOGOFF_TIME=
AUTO_RESTART_TIME=11:59 PM
BYPASS_WARNI…
-
While trying to implement my existing algorithm using this library, I ran into an issue with data. It seems that the bar data is not correct. I had not realized it originally, but it seems that the …
-
Java 8 has been out for a good long time now, and Java 7 is very much deprecated (Oracle stopped issuing public updates for it back in May 2015). However IBController is still targeted on Java 7, whic…