开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date
Re: IB Routinely Misses Stops and Hidden LMTs
One factor to consider is which trigger to use: Bid, Ask, or Last. That obviously plays a role, including vulnerability when bored institutional traders run the Stops.
By jcopp · #49591 ·
Re: IB Routinely Misses Stops and Hidden LMTs
That's a very interesting thought, because the exits were made in the second the us markets did open. Otherwise, i have made many other trades during the day where it worked (same instrument, exits on
By Jenzi · #49590 ·
Re: IB Routinely Misses Stops and Hidden LMTs
Did you set the stop-loss orders to execute outside regular trading hours? It’s not enough just to set that for the parent order. Sent: 23 June 2022 20:16 To: [email protected] Subject: Re:
By Richard L King · #49588 ·
Re: IB Routinely Misses Stops and Hidden LMTs
It's ES before the US open, during European markets.
By Jenzi · #49587 ·
Re: IB Routinely Misses Stops and Hidden LMTs
Ok, pulled up a footprint of the situation, basically this should not be possible to happen.
By Jenzi · #49586 ·
Re: IB Routinely Misses Stops and Hidden LMTs
How liquid are the contracts you're trading? Even if the stop gets triggered you still need some liquidity for the trade to execute
By Derrick Ike · #49585 ·
Re: IB Routinely Misses Stops and Hidden LMTs
These aren't Stop Limits 'STP LMT', but Stop Orders 'STP', that should exit via a market order, when according to IB doc "the user-specified stop trigger price is attained or penetrated". This is
By Jenzi · #49584 ·
Re: IB Routinely Misses Stops and Hidden LMTs
Apologies if I'm being slow, the image shows two ES brackets, both of which have triggered stops. Assuming your last column is the average fill they did get caught clearing above their trigger level -
By mark collins · #49583 ·
Re: IB Routinely Misses Stops and Hidden LMTs
Does this behavior occur in live trading, or just paper trading? Per IB own docs (and every other broker I've ever used) a stop-limit "is an instruction to buy or sell limit order when the stop
By Rob Tilley Jr. · #49582 ·
Re: IB Routinely Misses Stops and Hidden LMTs
If you're using LIMIT stops, that's how they behave. If the market suddenly leaps over or below your stop, it's marooned. Try using a TRAIL and monitor it closely.
By jcopp · #49581 ·
Re: IB Routinely Misses Stops and Hidden LMTs
Just from yesterday and today.
By Jenzi · #49580 ·
Re: IB Routinely Misses Stops and Hidden LMTs
Do you have an example? I've used IB for years and not seen the behaviour you describe ( though I've encountered plenty of other weirdnesses) Best wishes, M
By mark collins · #49579 ·
Re: IB Routinely Misses Stops and Hidden LMTs
Sad, but still true. I've seen this behaviour in paper trading, where you can actually specify the trigger method in TWS settings, and during live trading, where the stop order is getting handled by
By Jenzi · #49578 ·
Re: AttributeError: 'TestApp' object has no attribute 'nextValidOrderId'
LOL, now its working... how?
By Gaether · #49577 ·
AttributeError: 'TestApp' object has no attribute 'nextValidOrderId'
from ibapi.client import EClient from ibapi.wrapper import EWrapper, iswrapper from ibapi.contract import Contract from ibapi.order import Order import threading import time ... class
By Gaether · #49576 ·
Re: Can I combine a bracket order with a MOC (Market on close) order - Invalid OCA handling method
Take a look at my sample code in this thread - /g/twsapi/message/49108 to see how I have modeled the FlattenOrder to do what you are doing using the GAT order type.
By rajeshh · #49575 ·
Moderated Re: Fundamentals Explorer
Ok, I got it, Once again I am using a Delphi library that can be used in C++ Builder (no python,? C#,? Java or VC++) so it feels a little like being on a deserted island.? And I was busy in the
By Colin B Maharaj · #49574 ·
Re: Can I combine a bracket order with a MOC (Market on close) order - Invalid OCA handling method
Hi Jürgen, thanks for your tips. Actually it sounds very obviously that a MOC order can not be part of OCA group if cancelling is not always possible. I wasn't aware about that. Now I will change
By johannes.kreckel@... · #49573 ·
Re: RealTimeBars for SPX
sorry my bad. i had initially tried for SPX then later was trying to see if SPY is working . hence when i pasted the code snippet it was SPY. But originally my intention was to get real time bars for
By Prav · #49572 ·
Re: Multiple Price Conditions with "OR"
Hi, I use Python.. Here is what I am trying to do (I removed the imports and made the code simplified here, so that we can focus on the topic, rather than the full code) First I create
By nagabrahmam9@... · #49571 ·