Re: IB Gateway Memory Leak?
This sounds like a real bug. Have you filed for one?
The good solution is that IBKR fixes this.
Another workaround may be running one gateway until it fills memory and
then run a second gateway
By
Bruce B
·
#47520
·
|
Re: Download for older TWS Gateway
Thanks, this was about the memory issue in my previous thread. Allocating a large amount of memory seems to be a good enough work-around for now. Maybe that's what I was doing with the prior release
By
Crow
·
#47519
·
|
Re: IB Gateway Memory Leak?
Since the IB Gateway is Java-based, it seems that the only way it would accumulate a lot of memory would be if the messages that it sends are not immediately released after being received by the
By
Crow
·
#47518
·
|
Re: Download for older TWS Gateway
I know only how to download old IB Gateway for Linux.
There are several repositories on github ( https://github.com/search?q=ib-gateway ) , or you can find some docker containers (
By
Mikhail Ershov
·
#47517
·
|
Re: IB Gateway Memory Leak?
Had a similar issue on my App when starting up the watchlists (I request a whole bunch of market data within a short period of time).
What I have noticed, is that there is strong relation between
By
Matthias Frener <matthias.frener@...>
·
#47516
·
|
Supplying a list of client IDs to ExecutionFilter
I'm looking for a way to catch executions at once from different client IDs. Can I supply client IDs as a tuple or list instead of an int?
My ExecutionFilter, using only clientId and time
By
misantroop
·
#47515
·
|
IB Gateway Memory Leak?
I notice that the IBKR Gateway will quickly run out of memory if left at the default Memory allocation setting of 768 MB. I only notice this when I pull a lot of option chains such as 3 expirations,
By
Crow
·
#47514
·
|
skew
Hi,
At interactivebrokers.com I show a position in QQQ on the positions page.
Yet in the twsapi it shows a zero position in QQQ.
What the?
By
Stuart Cracraft <smcracraft@...>
·
#47513
·
|
problem of getting repeated account PnL
Hi,
I have touble to receive the correct accout PnL from TWS, the program used to work just fine a couple month ago. However when I try to run the program again I am getting all same account PnL
By
xuzhu@...
·
#47512
·
|
Re: Is anyone using "dockertws" image on docker-hub? Is it working?
Sorry for re-use this old thread. Just found a solution to this problem.
The main cause is:
The author of docker-tws folked IBC and modified it to support "agent mode" (a java instrument thing).
By
devil.tw@...
·
#47511
·
|
Re: historical data 16:59-17:15 gaps
Did you check the trading schedule?
By
Kevin
·
#47510
·
|
Re: historical data 16:59-17:15 gaps
Forgot to mention... this is FX historical data
By
nsh2tman
·
#47509
·
|
historical data 16:59-17:15 gaps
Hello everyone,
I am testing my script that downloads historical data and I noticed a peculiar behavior.
if I request 1 min data for 1 D, I am only getting data starting from 17:15 of the current
By
nsh2tman
·
#47508
·
|
Download for older TWS Gateway
Does anyone know of a place where I can download older TWS Gateway versions (such as version 978)?
By
Crow
·
#47507
·
|
Re: Non-Acknowledgment of Orders.
You can use the integer numbers orderId or permId or the string orderRef (in case you set that field) to relate Executions to Orders.
The reqId in execDetail callbacks is there so that you can
By
J¨¹rgen Reinold
·
#47506
·
|
Re: Non-Acknowledgment of Orders.
Going through the log file, I do indeed see an automatic callback on execDetails after an order was executed. But the method execDetails delivers three parameters, the first one being a reqId (and
By
Raoul Suurmeijer
·
#47505
·
|
Re: Non-Acknowledgment of Orders.
Not sure what you are referring to, Raoul. Nick is correct in that you get execDetails (and commissionReport) callbacks automatically when an order fills partially or completely. You do not call
By
J¨¹rgen Reinold
·
#47504
·
|
Re: Non-Acknowledgment of Orders.
From a first test, it looks like it wants a requestId, implying I have to request it first(?) On the other had, I do see a single callback, but with the error message the reqId is unknow.
Raoul
By
Raoul Suurmeijer
·
#47503
·
|
Re: Non-Acknowledgment of Orders.
execDetails is always generated, you don't have to request it. Something is missing in your code to receive the execDetails.
By
Nick <news1000@...>
·
#47502
·
|
Re: Non-Acknowledgment of Orders.
After getting more into the details, I didn't realize that the algo has to call the reqExecutions method first before receiving the callback on execDetails. Initially I thought execDetails was called
By
Raoul Suurmeijer
·
#47501
·
|