Market-if-Touched (MIT) Order¶
OVERVIEW¶
A Market-if-Touched (MIT) order is a conditional order that remains dormant until an asset's price reaches a predetermined trigger level, at which point it automatically converts into a standard market order.
Note
MIT orders prioritize execution certainty over price precision. Once the trigger price is touched, the order fills at the best available price, not the trigger price.
MIT orders are commonly used in futures and options markets to enter long positions on dips or short positions on rallies without requiring active screen monitoring.
HOW IT WORKS¶
MIT orders require two inputs:
| Input | Description |
|---|---|
| Trigger Price | The price level at which the order activates |
| Order Quantity | The number of contracts or shares to execute |
The order rests in the exchange's routing system and does not appear on the public limit order book, making it invisible to other market participants.
Trigger Logic¶
| Order Direction | Trigger Placement | Activation Condition | Fills Against |
|---|---|---|---|
| Buy MIT | Below current market price | Price trades down to or below trigger | Best available ask |
| Sell MIT | Above current market price | Price trades up to or above trigger | Best available bid |
WORKED EXAMPLE¶
Scenario: ES futures are trading at 5,000.00. A trader wants to buy 1 contract if the market pulls back to support at 4,975.00.
- Trader submits a buy MIT order with trigger price 4,975.00
- The market sells off and trades down to 4,975.00 at 10:30 AM
- The exchange converts the MIT order into a market buy order
- The order executes against the best available ask at 4,975.25
- Trader is now long 1 ES contract at 4,975.25
Tip
The 0.25-point difference between trigger price (4,975.00) and fill price (4,975.25) is normal slippage. In fast-moving markets, this spread can be significantly wider.
USE CASES¶
| Trader Type | Strategy | How MIT Is Applied |
|---|---|---|
| Breakout trader | Enter on resistance break | Buy MIT placed above resistance level |
| Mean-reversion trader | Buy historical support | Buy MIT placed at known support level |
| Short seller | Enter on rally to resistance | Sell MIT placed above current price |
MIT orders are preferred in fast-moving futures and options markets where missing the fill is worse than accepting marginal slippage.
LIMITATIONS¶
Note
The final execution price of an MIT order is never guaranteed. The order converts to a market order on trigger, and slippage applies.
| Limitation | Detail |
|---|---|
| Slippage risk | Fill price can deviate significantly from trigger price in volatile markets |
| No book visibility | The order does not rest on the limit order book |
| Not a guaranteed price | Unlike a limit order, MIT does not cap the execution price |
MIT VS. SIMILAR ORDER TYPES¶
| Feature | MIT Order | Stop Order | Limit Order |
|---|---|---|---|
| Converts to market order on trigger | Yes | Yes | No |
| Buy trigger is below current price | Yes | No | Yes |
| Buy trigger is above current price | No | Yes | No |
| Guarantees execution price | No | No | Yes |
| Guarantees execution (if triggered) | Yes | Yes | No |
| Visible on limit order book | No | No | Yes |
Note
A common misconception is that MIT orders and stop orders are identical. A buy stop triggers when price moves up to the trigger level. A buy MIT triggers when price moves down to the trigger level.