Replicating IBKR Adaptive market orders

I absolutely LOVE IBKR adaptive market orders (https://www.interactivebrokers.com/en/trading/orders/adaptive-algo.php).

I nearly always get great prices.

However, using market orders on other brokers just sucks in comparison.

Has anyone implemented similar features and can they please send me the code :D:D:D:D:D

If not, what do you think is the difficulty in replicating? How would you do it? The feature is described here:

While a basic market buy order would go straight to the ask price, an Adaptive market order starts within the bid/ask spread and incrementally checks prices to the ask to fill the specified quantity. The time taken to scan for better prices is determined by the priority setting you select.

Thanks.
 
I absolutely LOVE IBKR adaptive market orders (https://www.interactivebrokers.com/en/trading/orders/adaptive-algo.php).

I nearly always get great prices.

However, using market orders on other brokers just sucks in comparison.

Has anyone implemented similar features and can they please send me the code :D:D:D:D:D

If not, what do you think is the difficulty in replicating? How would you do it? The feature is described here:



Thanks.

Sounds like a dumb idea. The whole point of a market order is to get out NOW. So it is saying it will adjust to become a limit order if conditions warrant? The Frak!
 
Sounds like a dumb idea. The whole point of a market order is to get out NOW. So it is saying it will adjust to become a limit order if conditions warrant? The Frak!

The purpose of a market order is to say fill me at the market. The purpose of a limit order is to fill you at the limit. The "urgency" dictates how aggressively you want to get out. The type of order and urgency are orthogonal.

The IB adaptive orders often give you better fills than you'd get with strictly market or limit orders because they progressively request worse prices (with the worst being market/your limit) and maybe someone fills you on the way there.
 
Are you using it for options or plain equities?
Does it only work when bid ask spread is huge?

It can only give you "better" prices when the spread is not one tick :-)

I haven't tried it for options yet, at least not consistently.
 
Back
Top