Quote from moarla:
you think that teh execution will lag because a computer has to check first 3 filters????
this will happen in nanoseconds... you cant compare a PC with your slow brain....
so you can sayy, because there are 3 filters you may not have the execution, but NOT what you said. Its simple false
Quote from John Paterson:
It is not a "local" check, especially checks #2 & #3 must be done at the IB server. They are dealing with thousands of trades and wait for thousands of confirmations from exchanges about bid and ask values.
This sounds more of insurance during fast markets. They must wait for bid/ask confirmation from the exchange to execute an order. Sounds reasonable to me exspecially when they allow a 5% band around it. Most retail brokers stop executing oirders during very fast markets.
Dioda, IB is doing this to protect their business and maybe you from thinking you got a fill during fast markets. Very simple check that insures integrity of execution.
You could try "Last or Bid/Ask" instead and see if you get the behavior you want.Last
For a buy (sell) order to be triggered:
* One last price value must be greater than (less than) or equal to the trigger price
* The exchange or other market center where the order is to be executed must also publish (and the system must also receive) an ask price equal to or higher than, and a bid price equal to or lower than, the trigger price.
* Last must be within the bid/ask (i.e. >=bid and <= ask) or within leeway percentage outside the bid/ask (i.e. >=bid-0.5% of last and <=ask+0.5% of last)
* The Last method has leeway to trigger up to 0.5% above the ask price or up to 0.5% below the bid price. This 0.5% amount of leeway is subject to change at any time without notice.
It really depends on what is meant here with "or a single last price". If it's actually a single last price that has to be there then it will work. But if that's some reference to their "Last" trigger method described earlier then it won't work.Last or Bid/Ask
For a buy (sell) order to be triggered:
* A single bid (ask) or a single last price must be greater than (less than) or equal to the trigger price.
Quote from nephos:
Dioda
It seems the behavior of the "Last" trigger method you described is in tune with what is published in the user manual.
It really depends on what is meant here with "or a single last price". If it's actually a single last price that has to be there then it will work. But if that's some reference to their "Last" trigger method described earlier then it won't work.
Quote from def:
Dioda,
how many aliases are you going to make to "protest" a stop trigger method?
For the record, the issue joesan had on his HK stops was due to conditional orders and we are modifying the logic which should solve his delay.
Furthermore, you keep making a huge issue of the trigger method but in other posts presumably by you under another alias, you mentioned that you only trade US futures in which the stop triggers are native to the exchange.