¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: are stop orders native ?
Did the events you describe happen in a paper or a live account? Certain order types do not exist at all in paper accounts and others may behave differently from live trading environments. And since
By J¨¹rgen Reinold · #54180 ·
Re: are stop orders native ?
I thought so too, but seeing them not getting filled as expected made me doubt it.
By @sv624 · #54179 ·
Re: are stop orders native ?
Isn't there a rule of thumb -- generally -- that at least with GLOBEX futures, GTC limit and stop-limit orders will be natively routed? And if I'm not mistaken, doesn't this include stop-limit orders
By Erik M · #54178 ·
Re: are stop orders native ?
Just one contract. Thank you
By @sv624 · #54177 ·
Re: are stop orders native ?
One possible explanation could be the "velocity logic" mechanism in CME, then likely the stop orders with protection were not filled if your market moved that much. In theory you could see that if you
By mov_ebpesp · #54176 ·
Re: How is everybody plotting their data?
That is because our group focuses on the TWS API interactions of your client applications and discussions about data plotting approaches are out of scope. Particularly, when they are related to just
By J¨¹rgen Reinold · #54175 ·
Re: How is everybody plotting their data?
From the documentation: *numberOfTicks:* int. If a non-zero value is entered, then historical tick data is first returned via one of the Historical Time and Sales Ewrapper Methods (
By donye · #54174 ·
Re: reqAccountSummary() socket API request unkown extra field (50000001)
Yes, that is what I just found out. Probably the fact that the reqId value was so high fooled me. Thank you J¨¹rgen for your response.
By Tradiator · #54173 ·
Re: reqAccountSummary() socket API request unkown extra field (50000001)
You are missing the message version field in the message you create. The message needs to be "62" + "1" + reqId + group + tags J¨¹rgen
By J¨¹rgen Reinold · #54172 ·
Re: How is everybody plotting their data?
You are not getting TickByTick data since you are requesting real-time live stream data while the markets are closed. You need to call reqHistoricalTicks (
By J¨¹rgen Reinold · #54171 ·
How is everybody plotting their data?
I've searched if anybody uses mplfinance or plotly and not much comes up. I'm curious how any of you are plotting your data (if you are). I need to in order to see if the indicators I've coded are
By donye · #54170 ·
reqAccountSummary() socket API request unkown extra field (50000001)
Hi all, I'm implementing a direct socket connection to IB Gateway (v187) and constructing messages manually according to the low-level TWS API protocol. I ran into an undocumented (?) issue with the
By Tradiator · #54169 ·
Re: are stop orders native ?
I haven't used stop orders, but I have seen high latency in price updates: I would be submitting a series of price updates for a standing limit order, and the order would fill at a price that was up
By Neal Young · #54168 ·
liquidHours and tradingHours format
Just received this in ContractDetails for liquidHours and tradingHours, BTC (PAXOS) market: ['', '20250504:0300-20250505:1600', '20250505:1601-20250506:1600', '20250506:1601-20250507:1600',
By Renato Votto · #54167 ·
Re: are stop orders native ?
Did anyone experience this?
By @sv624 · #54166 ·
Re: are stop orders native ?
The problem I saw was that orders were delayed getting filled when markets were super volatile making big moves like NQ futures. So this is happening even when orders are natively executed by the
By @sv624 · #54165 ·
Re: Live data on multiple contracts - Python
Real-time and historical data work quite differently and historical data downloads have more restrictions than real-time feeds: * The time frame that you can get data for is shorter for smaller bar
By J¨¹rgen Reinold · #54164 ·
Re: are stop orders native ?
See the list of order types for the CME here: https://www.interactivebrokers.co.uk/en/trading/products-exchanges.php#/ This shows you exactly which order types are native and which are simulated by
By Richard L King · #54163 ·
Re: are stop orders native ?
Unless something has changed in the last few years, the exchange itself does not support any ¡°smart ¡° orders. It is a broker¡¯s responsibility. In our trading we completely ditched those orders
By Edward · #54162 ·
are stop orders native ?
When I place a stop order, does it get placed at the CME Globx exchange natively? Or does IB manage the trigger and then place LMT or MKT order at the exchange? Thank you
By @sv624 · #54161 ·