开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
anyone know where I can find the IB maintenance timetable
All this week I have had a cronjob running a script to get 3 years of daily trades from ib using reqHistoricalData . Nothing special, just running download speed tests for something else. The cronjob
By comicpilsen · #53505 ·
Re: execDetails(...)+commissionReport(...) Callback different behaviour when not opening trade history
I can confirm that TWS 10.30.1p indeed sends unsolicited commission and execution reports upon client connection, if the "Trade History" window is open. But I cannot believe that this is intended
By Jürgen Reinold · #53504 ·
execDetails(...)+commissionReport(...) Callback different behaviour when not opening trade history
Hi all, i noticed a difference in the behaviour of the execDetails(...)+commissionReport(...) Callback functions. When i start the tws and do not open the "trade history" dialog then all orders that
By simon.meier1987@... · #53503 ·
Re: keeping subscriptions
I check each 60 seconds if there was any data that was delivered if not I resubscribe sometimes this happens to scanners as well and you have to trigger a restart of IBKR i use a docker container
By ashour92@... · #53502 ·
Re: Error 201 - Error 201, reqId 1067: Order rejected - reason:<h3>Action Required</h3><br>We have identified certain information on your account that needs to be confirmed or corrected in order to avoid a possible trading disruption.
I don't see pending items. The API successfully executed two trades prior to this error message on the same day. The provided in the error message just doesn't make sense:
By ?kos Maróy · #53501 ·
Re: Error 201 - Error 201, reqId 1067: Order rejected - reason:<h3>Action Required</h3><br>We have identified certain information on your account that needs to be confirmed or corrected in order to avoid a possible trading disruption.
Have you logged in on the website and clicked the bell icon (right top) to check for pending items? Or maybe trading permissions?
By Jelmer P. · #53500 ·
Error 201 - Error 201, reqId 1067: Order rejected - reason:<h3>Action Required</h3><br>We have identified certain information on your account that needs to be confirmed or corrected in order to avoid a possible trading disruption.
Hi, I encountered the following error today: ERROR Error 201, reqId 1067: Order rejected - reason:<h3>Action Required</h3><br>We have identified certain information on your account that needs to be
By ?kos Maróy · #53499 ·
keeping subscriptions
Hi Group, For quite some time I observe that some data subscriptions do not hold overnight. Most of them are streaming Level I tick data. My routine includes daily restart at 5PM EST, this is when all
By bespalex · #53498 ·
Re: Updating a profit target order
Wow, this is valuable information. Running TWS 10.23 and testing now. Thanks!
By IBmark · #53497 ·
Re: Updating a profit target order
When you make the order update call, does the original parent (entry) order still exist, or has that been filled by that time? Take a look at the topic " 10326 - OCA group revision is not allowed (
By Jürgen Reinold · #53496 ·
Updating a profit target order
Hello! I have been trying to fix something for the last few days but I failed. When the code attempts to update a target order belonging to a bracket order, It throws error 135. After logging I
By IBmark · #53495 ·
Re: Trail price movement callbacks?
It is correct, that the IBApi.EWrapper.orderStatus ( https://interactivebrokers.github.io/tws-api/interfaceIBApi_1_1EWrapper.html#a27ec36f07dff982f50968c8a8887d676 ) callback focuses on the status and
By Jürgen Reinold · #53494 ·
Re: Trail price movement callbacks?
Since no one replied to your question, I will provide my (possibly outdated) contribution. Several years ago, I was also interested in monitoring the updated price of trailing (stop) orders. I
By Orionn · #53493 ·
Re: 10326 - OCA group revision is not allowed
After upgrading, the api and tws I ran into similar problems, but they all are fixable. Here's my original post: /g/twsapi/topic/java_tws_api_972_03_too_old/109159281 In the old
By Raoul Suurmeijer · #53492 ·
Re: 10326 - OCA group revision is not allowed
I would like to confirm that IBKR has some serious problems with software releases. 10.30.1o released Oct 24 is garbage. I tried to create a simple bracket order (through API) and once the parent
By Andrew Flis · #53491 ·
Re: How are built the Continuous future data retrieved with secType = CONTFUT ?
A watchout with ratio adjustments (RA): - useful when calculating % returns, roll yields or other multiplicative measures - resulting in different signals when running the same ATS on it again
By mov_ebpesp · #53490 ·
Re: downlod historical SH data, Proshares Short S&P 500, before the split
Yes, a time is required. What worked best for me is this: * On the command line for my Historical Data Downloader, dates are specified as YYYYMMDD and interpreted in the instrument's time zone * The
By Jürgen Reinold · #53489 ·
Re: downlod historical SH data, Proshares Short S&P 500, before the split
SH before and after the reverse split are two different instruments. ProShares, for example, indicates the SH CUSIPs as 74347B425 (before) and 74349Y753 (after) and, consequently, IBKR changed the
By Jürgen Reinold · #53488 ·
Re: downlod historical SH data, Proshares Short S&P 500, before the split
I think I have to provide a time, otherwise I get an error: Error 10314, reqId 13: End Date/Time: The date, time, or time-zone entered is invalid. The correct format is yyyymmdd hh:mm:ss xx/xxxx where
By supis31@... · #53487 ·
Re: downlod historical SH data, Proshares Short S&P 500, before the split
I tried it with both dates and received data.? I didn't use the time, but not sure that should cause any issue.? When I ran it for the 6th, it shows up to and including 2024-11-05 close = 44.616With
By Mel · #53486 ·