{
  "id": "d4fcfd0b-5792-5662-809a-dd4e1e9d9fc4",
  "slug": "stop-limit-order",
  "term": "Stop-Limit Order",
  "aliases": [],
  "category": "Market Microstructure",
  "category_slug": "market-microstructure",
  "difficulty": "basic",
  "definition": "A stop-limit order is a conditional order type that combines the features of a stop order and a limit order — when the market price reaches the stop trigger price, the order converts not to a market order but to a limit order at the specified limit price, ensuring the order will execute only at the limit price or better. Stop-limit orders give investors price certainty on execution but introduce the risk of non-execution if the market moves through the limit price without filling the order.",
  "key_takeaways": [
    "A stop-limit order has two prices: the stop (trigger) price at which the limit order is activated, and the limit price at which or better the execution is sought; the limit price is typically set slightly below (for sell orders) or above (for buy orders) the stop price.",
    "The primary advantage of stop-limit over stop-market orders is price protection: the order will not execute at an unexpectedly bad price if the market gaps through the stop level.",
    "The primary risk of stop-limit orders is non-execution: if the market gaps past both the stop and the limit price, the order is activated but cannot execute (no available counterparty at or better than the limit), leaving the position unhedged.",
    "Stop-limit orders are most appropriate in stable, liquid markets where gap risk is low and price certainty is important; stop-market orders are more appropriate when certainty of exit is the priority over execution price.",
    "Many electronic trading platforms display stop-limit orders as 'not held' or pending in the order management system; once triggered, they become visible limit orders in the order book, potentially telegraphing the trader's price level to other market participants."
  ],
  "detailed_explanation": "The stop-limit order represents a refinement of the basic stop order that addresses its principal limitation: execution price uncertainty. By requiring that any execution occur at or better than the limit price, the stop-limit order provides traders with a clear cost-of-exit guarantee, provided the limit price is attainable in the market at the time of triggering.\n\nThe mechanics of a sell stop-limit order for risk management illustrate the trade-off clearly. Suppose a trader owns stock at $100 and wants to limit loss to $90. A stop-limit order might be set as: Stop = $90, Limit = $88. When the price falls to $90, the stop triggers and a sell limit order at $88 is placed in the market. If the stock is falling steadily, the limit order will fill between $90 and $88, providing reasonable execution. However, if after-hours news causes the stock to open at $82, the stop is triggered (the stock has traded through $90 during overnight hours or at the open) but the limit order at $88 cannot fill — no buyers at $88 when the market is at $82. The position remains open with a $18 loss rather than the intended maximum $12 loss.\n\nBroker and exchange handling of stop-limit orders varies across electronic platforms. On some exchanges (particularly equity markets), stop-limit orders are not displayed in the central limit order book until triggered — they are held in a broker's conditional order system. On other platforms (particularly futures exchanges like CME Globex), stop-limit orders can be entered directly on the exchange and held in the matching engine. Upon triggering, the behavior of how quickly and at what price the resulting limit order is placed can affect execution.\n\nStop-limit orders are commonly used in several contexts beyond simple risk management. Buy stop-limit orders are used by breakout traders who want to enter a long position only if the stock breaks above a resistance level, but who want to limit the premium paid above the breakout level. For example, a breakout from $50 resistance with a buy stop at $50.50 (entry confirmation) and limit at $51.00 (maximum entry price) ensures the trade is entered only on confirmed breakout and only if a reasonable price is available. If the breakout is so explosive that the first price available is $52, the buy stop-limit will not execute, keeping the trader out of a potentially overextended breakout.\n\nIn the context of algorithmic execution, stop-limit orders can be components of more complex strategies. Execution algorithms might use internal stop-limit logic to manage slice execution within a larger parent order: if the market moves against the desired execution direction by more than a threshold, the algorithm's child orders convert to limit orders rather than market orders, preserving price quality at the potential cost of incomplete execution. Understanding when the algorithm will prioritize execution certainty versus price certainty is an important factor in choosing between stop-market and stop-limit execution logic.",
  "example": "An options market maker holds a delta hedge of 10,000 short shares of a large-cap technology company at $180. A significant earnings release is due after market close. Concerned about a potential earnings gap, the trader places a buy stop-limit order: Stop = $196 (7% above current price, activates if stock rises sharply), Limit = $200 (maximum price willing to pay to close the hedge). If earnings are in line and the stock rises modestly to $184, the stop does not trigger. If earnings disappoint and the stock gaps down to $162, the stop does not trigger (it is a buy stop above current prices). If earnings beat dramatically and the stock opens at $198, the stop at $196 is triggered (the stock has 'traded through' $196 in the gap from $180 to $198), and the limit order at $200 executes at $198 — the trader buys 10,000 shares at $198 to close the short hedge, with the $18 per share loss offset by profits on the long option positions the hedge was designed to protect.",
  "formula": null,
  "formula_latex": null,
  "interactive_type": null,
  "calculator_id": null,
  "related_terms": [
    "breakout",
    "cap",
    "central-limit-order-book",
    "delta",
    "delta-hedge",
    "electronic-trading",
    "equity",
    "exchange",
    "fill-or-kill-order",
    "good-till-cancelled-order",
    "immediate-or-cancel-order",
    "limit-order",
    "market-maker",
    "market-order",
    "option"
  ],
  "backlinks": [
    "implementation-shortfall",
    "order-book"
  ],
  "cross_references": [
    "breakout",
    "cap",
    "central-limit-order-book",
    "delta",
    "delta-hedge",
    "equity",
    "exchange",
    "limit-order",
    "market-maker",
    "market-order",
    "option",
    "order-book",
    "premium",
    "resistance-level",
    "short-hedge",
    "stock",
    "stop-order"
  ],
  "tags": [
    "level:basic",
    "cat:market-microstructure"
  ],
  "asset_classes": [],
  "regulators": [],
  "see_also": [],
  "sources": [],
  "wordcount": 968,
  "checksum": "0996062ad43effe2",
  "version": "2026.05.03",
  "license": "CC-BY-4.0",
  "updated_at": "2026-09-07T02:15:24+00:00",
  "_links": {
    "self": "https://hedgefund.wiki/api/v1/terms/stop-limit-order",
    "jsonld": "https://hedgefund.wiki/api/v1/terms/stop-limit-order?format=jsonld",
    "markdown": "https://hedgefund.wiki/api/v1/terms/stop-limit-order?format=md",
    "graph": "https://hedgefund.wiki/api/v1/graph/stop-limit-order",
    "category": "https://hedgefund.wiki/api/v1/categories/market-microstructure",
    "schema": "https://hedgefund.wiki/schema/term.schema.json",
    "html": "https://hedgefund.wiki/#/terms/stop-limit-order"
  }
}