开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Re: Is it prohbited to share my own positions/orders on social media ?
Pretty sure its fine. There's a zillion streamers that do it. The only gray area is live streaming the market data if you don't have license to do it.
By wordd · #53508 ·
Re: Trail price movement callbacks?
Excellent thanks Orionn & Jürgen. Glad to know I'm not crazy thinking it should be in the status updates. I'll have a closer look at the openOrder callbacks. Looking through the logs it didn't
By wordd · #53507 ·
Re: anyone know where I can find the IB maintenance timetable
keep hitting the return key sorry. Anyway the script tries 10 times and same message. I tried to run in 5 times after 18:00 with the same results. The last time I tried was 22:30 cst. My bet is that
By comicpilsen · #53506 ·
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 ·