¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: are stop orders native ?
Regarding the native vs non-native conundrum, I would assume the setting for the stop triggering method has some impact. More precisely the CME client wiki specifies it uses a single Last triggering
By mov_ebpesp · #54200 ·
Re: are stop orders native ?
The IBKR reference for order implementation doesn't look right to me. I tried, out of curiosity, to look up a few orders that I routinely use and know from TWS indications that they are routed
By ds-avatar · #54199 ·
Re: fine-grained timestamps for reconstruction of market events around a trade execution?
Thank you J¨¹rgen.
By Neal Young · #54198 ·
Re: fine-grained timestamps for reconstruction of market events around a trade execution?
That is my understanding, Neal. I work under the assumption that fields such as "time" returned by all TickByTick data feeds as well as? "Last Timestamp" tick #45 represent the epoch time with 1
By J¨¹rgen Reinold · #54197 ·
Re: fine-grained timestamps for reconstruction of market events around a trade execution?
Also, to what extent is the order in which the events are reported by TWS to my client guaranteed to be consistent with the order of their occurrence? Thank you, -Neal
By Neal Young · #54196 ·
Re: fine-grained timestamps for reconstruction of market events around a trade execution?
J¨¹rgen, thanks. Can you clarify what the meaning of the 1-second timestamp is? Does it mean that the event happened within the absolute 1-second interval starting at the timestamp? So (assuming the
By Neal Young · #54195 ·
Re: fine-grained timestamps for reconstruction of market events around a trade execution?
All time stamps for events outside of your computer reported by TWS API currently have a precision of 1 second. There is nothing you can do to get a higher precision. What you can do (and I do) is: *
By J¨¹rgen Reinold · #54194 ·
fine-grained timestamps for reconstruction of market events around a trade execution?
I (programmatically, via TWS) place a limit order for a stock at an exchange that I designate. I then update the limit price of the order as often as a few times per second while I wait for the trade
By Neal Young · #54193 ·
Re: Trying to place two sets of orders
Thanks Bart. I appreciate your help. If it is not too much trouble, could you show me how to implement your suggestion? Thank you.
By nesbitcrab · #54192 ·
Re: Trying to place two sets of orders
You would have simultaneous buy & sell open orders on the same option contract. That's not allowed. Not an IBKR limitation, but a limitation of US option markets where only market makers can have
By Bart D · #54191 ·
Re: Live data on multiple contracts - Python
Thank you Jurgen. I'll do more coding... I'll check back later if I have questions :).
By @Dan_F · #54190 ·
Re: Trying to place two sets of orders
Okay done more research. Looks like IB does not allow such groups of orders on options!
By nesbitcrab · #54189 ·
Re: Trying to place two sets of orders
Below is the script I am using: from ib_insync import * import xlwings as xw def sendOptionsOrders (): """ Places options orders with profit target and stop loss using parameters from Excel. Uses
By nesbitcrab · #54188 ·
Trying to place two sets of orders
Hello all. I am trying to place two option orders simultaneously (each with different quantity and target profit, but same entry price and stop loss) using ib_sync and xlwings on Interactive Brokers
By nesbitcrab · #54187 ·
Re: are stop orders native ?
I will try next time it happens. Normally I don't see a problem, but happens when there is a sudden dip and bounce back or vice versa. Especially during tariff related news.
By @sv624 · #54186 ·
Re: are stop orders native ?
Can you share the timestamp when you think your NQ order should have triggered, or at least close enough? I want to go down the Velocity Logic rabbit hole.
By mov_ebpesp · #54185 ·
Re: are stop orders native ?
I was trading real money not paper. I placed another stop order and it is green "Order is waiting to trigger on CME" Thank you
By @sv624 · #54184 ·
Re: are stop orders native ?
I had intended for all order to be "GTC" plus "Trigger Outside of RTH", but I might have fat-fingered a few. So here a few tests with more care: * The bottom six orders STP LMT orders now have green
By J¨¹rgen Reinold · #54183 ·
Re: are stop orders native ?
Forgive me, "marked" GTC, not "market"...
By Erik M · #54182 ·
Re: are stop orders native ?
I just tried GTC LMT and (unrelated, like not OCA, etc.) STP LMT, and got the green tab on both with a mouseover pop-up that says the order is resting at CME. So that's a great way to check! Thanks,
By Erik M · #54181 ·