¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Unable to parallelize entire python trade sequence
Hi J¨¹rgen, sorry for posting about this topic again, but I finally extensively tried what you suggested and I now understand what you meant by making the order self destruct. I ran into the problem
By omgwtfsalty@... · #51323 ·
Re: build problem with cppclient
Thank you buddy; I had messed up your first set of instructions because I wasn't paying attention. I am able to build and run TestCppClientStatic I've also placed these files into a repo of mine:
By Idi Amin Dada · #51322 ·
Re: MNQ Incorrect and Inconsistent Fills with Order Type = STP and any Market Order
Thanks for the response, on using UI we din't see 10-15 ticks increments, but with API we observed it more, as our test cases with API were more extensive. We will try and use STP LMT as you suggested
By DeepLearn · #51321 ·
Re: buy order at open if market open between a minimum and maximum
For an opening auction, it cannot be done due to market mechanics. The exchange has to introduce a new order type or amend the current.
By misantroop · #51320 ·
Re: MNQ Incorrect and Inconsistent Fills with Order Type = STP and any Market Order
What makes you believe those fill prices are incorrect? I agree 10-15 ticks are unfavorable but not unheard of for Market ( https://www.interactivebrokers.com/en/trading/orders/market.php ) orders and
By J¨¹rgen Reinold · #51319 ·
MNQ Incorrect and Inconsistent Fills with Order Type = STP and any Market Order
Hi all, We are using a TWS simulated account with live Market Data and are seeing the following inconsistencies with the fills. 1. Behavior is pretty consistent with MNQ and sometimes we see the
By DeepLearn · #51318 ·
Re: Time to Fill Orders During Paper Trading
Hi All, Adding to other observations. I recently opened real account with IB for India as an Individual. There is certainly some problem with some accounts. I am facing issues with Paper Account
By Pratik Babhulkar · #51317 ·
Re: Having trouble submitting ZT (2 yr treas) futures orders thru API.
The deadline is looming... roughly three weeks I think. I just finished rolling my stuff out the other day. On the bright side, it should take a couple of hours (max) to write a unit test in a
By buddy · #51316 ·
Re: Having trouble submitting ZT (2 yr treas) futures orders thru API.
Richard - I checked once before and didn't realize they included it.? I was looking in the TwsActiveX directory and didn't look in Excel. It'll take some work to upgrade my app from 9.17 to 10.19,
By Lou Dudka · #51315 ·
Re: Having trouble submitting ZT (2 yr treas) futures orders thru API.
You're welcome. BTW... thanks for replying to the list instead of a direct email. My manager was getting a bit ticked that I was fielding support out of band. They keep me on a short leash :-(
By buddy · #51314 ·
Re: Having trouble submitting ZT (2 yr treas) futures orders thru API.
Lou What you call the ¡®¡®old¡¯¡¯ Excel API (ie using the ActiveX component and VBA, rather than DDE or RTD) is still very much in play and is included in every API version. So it¡¯s not
By Richard L King · #51313 ·
Re: Having trouble submitting ZT (2 yr treas) futures orders thru API.
Hi buddy, Just saw your post. You saved me some testing - THANKS! Yeah, I'm starting to think the same thing about the API.? I'm running an ancient version. I know Richard (and rightfully so)
By Lou Dudka · #51312 ·
Re: 2105: HMDS data farm connection is broken:ushmds
I may get a little bit more of this 2105 than usual. But I must admit that I don't care about it because: 1- It looks like there is a new pattern about it, like not using the data farm for some time
By Gordon Eldest · #51311 ·
2105: HMDS data farm connection is broken:ushmds
I am concerned about the many error messages code 2105 "HMDS data farm connection is broken:ushmds" I am receiving. I am receiving these day and night, and every day of the week. What surprises me is
By J G · #51310 ·
Moderated Looking for help with Python project (paid)
Hello dear members. I am in need of coding services in order to finish a python project. This project is based on the current session self updating Fibonacci levels for intraday trading and takes
By IBmark · #51309 ·
Re: Error - 2157
Building on Gordon's comments here some thoughts: * Gordon pointed you to the TWS API Message Codes ( https://interactivebrokers.github.io/tws-api/message_codes.html ) documentation and as you can
By J¨¹rgen Reinold · #51308 ·
Re: Error - 2157
Forgot to mention: When I receive a 2000 class error, I keep pushing requests. Otherwise said this is an informational message and while the code should be made aware that something happens, it should
By Gordon Eldest · #51307 ·
Re: Error - 2157
IB designed the SDK ABI without special consideration to what we call "messages" (from them to us) , they are like "errors" (from them about us, understand bad behavior of our own code) Do not
By Gordon Eldest · #51306 ·
SUIE code
Dear community, I use coa code "SUIE" to retrieve unusual expense(inc) for Allianz SE (Ticker: ALV, Exchange:IBIS, Currency: EUR) and from unknown reasons my TWS does only provide me with values for
By ApiMadness · #51305 ·
Re: build problem with cppclient
Sorry, the previous patch got malformed during copy & paste... assuming the groups.io preview function works, the one below should be used with
By buddy · #51304 ·