开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
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 ·
downlod historical SH data, Proshares Short S&P 500, before the split
Hi, When I'm trying to download the close prices with endDate 2024-11-07 everything is fine: ticker = "SH" contract = Stock(ticker, 'SMART', 'USD', primaryExchange = 'ARCA') bars =
By supis31@... · #53485 ·
Re: How are built the Continuous future data retrieved with secType = CONTFUT ?
After a loto of time, IB added an explanation on this topic on the online guide, the link is: https://www.ibkrguides.com/traderworkstation/continuous-futures.htm? (
By luca.chiaravalloti@... · #53484 ·
Re: 10326 - OCA group revision is not allowed
I believe this is a bug that occurs in TWS 10.30+ I see this message when trying to modify the limit or stop price of an OCA order in TWS 10.30+; same code works fine in TWS 10.19. TWS log shows that
By Jimmy · #53483 ·
Trail price movement callbacks?
I dont think this exists but wanted to check with the group before giving up. I'm trying to record movements of the stop price on a trailing order, so I can chart the movement of the floor price and
By wordd · #53482 ·
Re: 10326 - OCA group revision is not allowed
you ever figure out if this is possible?
By wordd · #53481 ·
Re: IB_apps github project
*at gmail com.
By Jelmer P. · #53480 ·
IB_apps github project
I created a GitHub project for my python code that works with the ibapi. To give an insight to whether it may be useful to you I made an accompanying youtube video that can be found
By Jelmer P. · #53479 ·
Re: C++ - TWS API - Connection Closed Handling
I had a side discussion with Eitan but I think it is useful to explain the change made on the C++ API that fixes the bug reported in this thread: /g/twsapi/message/51775 The error
By David Armour · #53478 ·
Re: Visual Studio 2022 and C++ TWS API 10.32
OKAY I FIXED IT. WHO EVER READS THIS AND WANTS TO COMPILE WITH VS 2022 AND 10.32 HERE ARE THE STEPS I USED TO GET IT TO WORK 1. Try compiling the "TestCppClient\Debug\TestCppClientStatic.exe "?
By Marluv · #53477 ·