{
  "id": "a3ae973f-1420-58b2-ba4b-9d74845d9545",
  "slug": "stop-order",
  "term": "Stop Order",
  "aliases": [],
  "category": "Market Microstructure",
  "category_slug": "market-microstructure",
  "difficulty": "basic",
  "definition": "A stop order (or stop-market order) is a conditional order instruction that becomes a market order when the market price reaches a specified trigger price (the stop price) — converting to an immediate-execution order at the best available price once triggered. Stop orders are used for loss limitation (stopping out of a declining long or rising short), entry on breakouts, and protecting profits through trailing stops.",
  "key_takeaways": [
    "Once a stop order is triggered, it becomes a market order and executes at the next available price — which may be significantly worse than the stop price in fast or illiquid markets (gap risk).",
    "Buy stop orders are placed above the current market price (used to enter long positions on breakouts or to cover short positions); sell stop orders are placed below the current market price (used to exit long positions or enter short positions).",
    "Trailing stop orders follow price movements in a favorable direction (adjusting the trigger upward for longs), locking in gains while still allowing the position to run with the trend.",
    "In futures markets, stop orders interact with circuit breakers: if a market hits a 'limit down' or 'limit up' level and trading is halted, existing stop orders may not execute until trading resumes — potentially at prices far from the stop level.",
    "The use of stop orders in thinly traded or highly volatile securities requires careful consideration: stop-market orders can trigger during momentary price spikes (caused by isolated large trades) and execute at highly unfavorable prices far from the intended stop level."
  ],
  "detailed_explanation": "Stop orders are among the most widely used order types in financial markets, employed by retail traders, institutional investors, and algorithmic systems for risk management and systematic strategy execution. Their fundamental function is to automate price-level-dependent decisions that would otherwise require continuous monitoring of market prices — converting a price alert into an actionable trade when the specified trigger condition is met.\n\nThe mechanics of stop order processing vary across exchange and market types. On traditional equity exchanges, stop orders are held in a broker's internal order management system rather than displayed in the public order book (to protect their location from stop-hunting strategies). When the market price reaches the stop trigger, the broker's system automatically converts the stop to a market order and routes it to the exchange for execution. In electronic futures markets (CME Globex, ICE), stop orders can be entered directly into the exchange's order management system, which holds them conditionally until triggered.\n\nThe key risk of stop-market orders is execution price uncertainty — a consequence of the conversion to a market order upon triggering. In a fast-moving, liquid market, the execution price will typically be within a few ticks of the stop trigger. But in a gapping market — where news causes a price jump from well above the stop level to well below it without any intermediate trades — the execution will occur at the first available price after the gap, which can be substantially below the stop price. For example, a stop order at $50 in a stock that gaps down from $55 to $40 overnight will execute at approximately $40 at the open, not $50. This gap risk is the fundamental limitation of stop-market orders for overnight positions.\n\nStop-limit orders address this risk by adding a limit price below the stop trigger, specifying that the order will execute only if it can obtain a price at or better than the limit. This eliminates gap risk — the order simply will not execute if the market gaps below the limit — but introduces the risk of non-execution: if the market continues to decline below the limit without a fill, the position remains open and losses continue to accumulate, which is potentially worse than executing the stop at a gap price.\n\nFrom a market microstructure perspective, the concentration of stop orders at predictable technical levels (round numbers, prior support and resistance levels, moving averages) creates clustering of potential sell orders that can amplify market moves when these levels are breached. The phenomenon of markets 'running stops' — a rapid price move through a known stop level before reversing — is frequently observed and can reflect natural market mechanics (stop triggering creates selling that briefly pushes prices lower before buyers step in) or, in some cases, deliberate manipulation by market participants who know where stops are concentrated.",
  "example": "A futures trader is long 10 E-mini S&P 500 contracts at 4,500 (notional value $225,000 at $50 per index point). To limit downside risk, the trader enters a sell stop order at 4,440 (loss of 60 points or $30,000 on the 10-contract position, approximately 13% of the $225,000 notional). If the S&P futures decline from 4,500 to 4,438 in a single bar during a market sell-off, the stop at 4,440 is triggered when the bid touches 4,440. The stop converts to a market sell order, filling at approximately 4,436 — 4 points of slippage below the stop price in the fast-declining market. Total loss: (4,500 - 4,436) × 10 contracts × $50 = $32,000, versus the intended $30,000 stop loss. The $2,000 gap/slippage represents the price paid for the certainty of exiting regardless of subsequent moves.",
  "formula": null,
  "formula_latex": null,
  "interactive_type": null,
  "calculator_id": null,
  "related_terms": [
    "downside-risk",
    "electronic-trading",
    "equity",
    "exchange",
    "inverted-market",
    "limit-move",
    "market-maker",
    "market-order",
    "notional-value",
    "order-book",
    "post-trade-transparency",
    "slippage",
    "stock",
    "stop-loss",
    "systematic-strategy"
  ],
  "backlinks": [
    "market-if-touched-order",
    "wash-trading"
  ],
  "cross_references": [
    "downside-risk",
    "equity",
    "exchange",
    "market-order",
    "notional-value",
    "order-book",
    "slippage",
    "stock",
    "stop-loss",
    "systematic-strategy"
  ],
  "tags": [
    "level:basic",
    "cat:market-microstructure"
  ],
  "asset_classes": [],
  "regulators": [],
  "see_also": [],
  "sources": [],
  "wordcount": 880,
  "checksum": "764b2bacf1c175ba",
  "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-order",
    "jsonld": "https://hedgefund.wiki/api/v1/terms/stop-order?format=jsonld",
    "markdown": "https://hedgefund.wiki/api/v1/terms/stop-order?format=md",
    "graph": "https://hedgefund.wiki/api/v1/graph/stop-order",
    "category": "https://hedgefund.wiki/api/v1/categories/market-microstructure",
    "schema": "https://hedgefund.wiki/schema/term.schema.json",
    "html": "https://hedgefund.wiki/#/terms/stop-order"
  }
}