¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
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 ·
parentPermId always 0 (zero)
I am placing a parent order with two attached bracket orders in TWS and when transmitting the orders, my client application connected to TWS sees the parentPermId of the bracket orders as always 0
By Orionn · #54160 ·
Re: Live data on multiple contracts - Python
Hi Jurgen, Your advice. I instantiated only one TestApp() and set up a loop to pass multiple contracts. I have a couple more questions for now: 1. I got all expirations and strikes with
By @Dan_F · #54159 ·
Re: Some Paper trade Orders not filling after updating to 10.30
@Patrick Yeah I think we're experiencing the same bug. These are paper orders so it may just be an issue with simulating the fills on the server. I think you're right; these might go away when running
By plborgprograms@... · #54158 ·
Re: Some Paper trade Orders not filling after updating to 10.30
OCA types 2 and 3 do not cancel orders and both work by "Remaining orders are proportionately reduced in size": * Type 2 is "with block" and thus protects from overfill * Type 3 is "with no block" and
By J¨¹rgen Reinold · #54157 ·
Re: Some Paper trade Orders not filling after updating to 10.30
There seems to be a correlation between your OCA issues and my OCA issues View/Reply Online (#54129)</g/twsapi/message/54129> I did contact IBKR support. Pretty much discarded because
By Patrick Lapointe · #54156 ·
Re: Some Paper trade Orders not filling after updating to 10.30
Thank Jurgen. Since this was going back to examine orders placed today, the invalid marker is what it should say. Ocatype 3 is what I've been setting it to. In cases of partial fills, type 3 seems to
By plborgprograms@... · #54155 ·
Re: Some Paper trade Orders not filling after updating to 10.30
There is no issue with the "INVALID" time in force. TWS will show "INVALID" for orders that are not open any longer (filled, cancelled). You can control the OCA OverfillProtection from the API. When
By J¨¹rgen Reinold · #54154 ·
Re: Some Paper trade Orders not filling after updating to 10.30
@Orionn I was able to get the output but through a different way. I'm wondering if the "INVALID" time in force is the issue. Some seem to be filling anyway. In the API, OverfillProtection is decided
By plborgprograms@... · #54153 ·
Re: Missing bid delta for some options
"Thank you, but I don't understand the response. My question is simple: Why does IB calculate only some of the bid, ask, and model deltas, but not all of them? [email protected]> wrote:
By Zsolt Soczo · #54152 ·
Re: Missing bid delta for some options
The market prices (bid, ask or last) do not give a smooth IV smile curve as a function of strike price. TWS fits these "rough" IV's to a smooth curve called the "option model" and returns what the IV
By mov_ebpesp · #54151 ·
Missing bid delta for some options
Hello, I use tickOptionComputation to retrieve Greeks from IB. I correctly receive the model Greeks, such as delta, and I also properly receive the ask deltas. However, for some options, I do not
By Zsolt Soczo · #54150 ·
VC and 10.35 and Protocol Buffers
In MSVC, has anyone succeeded in downloading the protocol buffer code, and the extra linked project ABSL code, and gotten it to compile with the sample API projects?? Not me so far. The TWS-API
By rossh_yh · #54149 ·
volume data for stock
Hi All, one question on volume data received from IBKR. I know that requesting data for STK, on past days with reqHistoricalData, for example the ohlcv with 1 min bar, for past days the volume is
By Marco · #54148 ·
Re: Auto Restart & Auto Login w/ IB Gateway and Linux
Hi Bredan: I'm also having issues with IB Gateway crashes. Is it possible to restart it without manual intervention? Regards, Jes¨²s
By Jesus Barbero · #54147 ·
Re: Live data on multiple contracts - Python
Ohhhhhhh. That makes sense. Alright, I'll have to do some coding. I'll check back in here if I get stuck. Thank you :).
By @Dan_F · #54146 ·