开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Re: IB Gateway freezes sometimes.
Above is the strace log for the ibgateway when it shuts down.
By Axelord · #53642 ·
Re: IB Gateway freezes sometimes.
[pid 22669] 23:45:32.685913 futex(0x7fea0405a328, FUTEX_WAKE_PRIVATE, 1 <unfinished ...> [pid ?8211] 23:45:32.685988 futex(0x7fe87c4e3254, FUTEX_WAIT_PRIVATE, 37, NULL <unfinished ...> [pid 22670]
By Axelord · #53641 ·
Re: IB Gateway freezes sometimes.
Sometimes it freezes and sometimes it just shut down and didn't restart.
By Axelord · #53640 ·
Re: IB Gateway freezes sometimes.
What Gateway does during this daily activity is to close itself down, and then restart itself. Was Gateway able to close down? Or did it freeze during this step?
By J G · #53639 ·
Re: IB Gateway freezes sometimes.
How much RAM on the VM. Check if you’re using the swap.
By tbrown122387@... · #53638 ·
Retrieving last trade quotation side from api
I am trying to subscribe to the following last trade information from the API. - last price - last size - last timestamp - last quotation side I have only managed to receive the first 3 information
By hitchens23 <zhuangan91@...> · #53637 ·
Re: IB Gateway freezes sometimes.
yes, I did set the auto daily restart to this time, but looks it didn't restart for some reason?
By Axelord · #53636 ·
Re: IB Gateway freezes sometimes.
The log file shows: at 23:42:10 is it detected that there is no ping response to the ushmds server. A lot of messages result from this loss to the data server. Then the log file shows at 23:45:00 that
By J G · #53635 ·
Re: IB Gateway freezes sometimes.
Have you [poked around](https://www.google.com/search?q=strace+hung+process) w/ [strace](https://www.man7.org/linux/man-pages/man1/strace.1.html)?
By buddy · #53634 ·
Re: IB Gateway freezes sometimes.
Attached is the tail of the gateway log from one day the application freezes, can you tell anything wrong?
By Axelord · #53633 ·
Re: IB Gateway freezes sometimes.
the vm works fine and other applications are running normally. And this problem occurs consistently after the application has restarted for a while.
By Axelord · #53632 ·
Re: IB Gateway freezes sometimes.
Have you checked the processed on the server?? Perhaps the VM is freezing not just the gateway...Sent from my Galaxy
By Mel · #53631 ·
IB Gateway freezes sometimes.
Not sure if this is the right place to ask the question, but since I can't find anywhere else looking for help for those kinds of questions, I suppose I might just post it here or someone could
By Axelord · #53630 ·
Re: No Security definition has been found for the request when running cpp sample code
Thank you for the suggestions richard. I guess you're right about the third point that the connection is lost between the Gateway and the IBKR servers thus is cannot handle API requests hence the
By Axelord · #53629 ·
Re: Discrepancies between real-time and historical market data
Time and sales forensics is your best friend here. This kind of mismatch is not infrequent but I'm not sure any regular pattern could be established. AFAIK IB do not disclose how exactly they source
By ds-avatar · #53628 ·
Re: what time EST is it safe to assume that IB have printed the final close for all symbols EOD
thank you. That's the time I am running the cron job to get the historical data.
By comicpilsen · #53627 ·
Re: what time EST is it safe to assume that IB have printed the final close for all symbols EOD
Depends on what one deems reasonable here. Anything earlier than 20:00 i.e. the time when the listing exchanges post their definitive closing prints, will not be completely reliable. чт, 5 дек.
By ds-avatar · #53626 ·
Re: Multiple strategies in one account
My approach is to use OrderRef's exclusively. I need not and do not trace executions live since my order placements occur regularly within a short time interval each day using various conditional
By ds-avatar · #53625 ·
Re: Multiple strategies in one account
In my opinion Gordon's suggestion to build your own Position management is the best approach. We've been using that for almost a couple of decades now and it proves itself. I would recommend relying
By Edward · #53624 ·
Re: Multiple strategies in one account
A "Position" amount could be the aggregated result of multiples orders from multiples strategies. (that is probably your issue) Seems like you look for a specific "Position" for each strategies on
By Gordon Eldest · #53623 ·