{
  "id": "b1d0c7c4-5021-5d40-bd3a-dd252e8b700a",
  "slug": "limit-order",
  "term": "Limit Order",
  "aliases": [],
  "category": "Market Microstructure",
  "category_slug": "market-microstructure",
  "difficulty": "basic",
  "definition": "A limit order is an instruction to buy or sell a security at a specified price or better—a buy limit order executes only at or below the limit price, while a sell limit order executes only at or above the limit price. Limit orders provide price certainty but not execution certainty, as they will only fill if the market reaches the specified price.",
  "key_takeaways": [
    "Limit orders are the fundamental unit of order book liquidity: resting limit orders constitute the displayed bid and offer prices in an exchange's order book.",
    "Unlike market orders, limit orders may not execute immediately or may not execute at all if the market never reaches the specified price.",
    "Placing limit orders means acting as a market maker and earning the spread—but accepting the risk that the order is adversely selected (executed at a time when the market subsequently moves against the position).",
    "Time-in-force instructions (Day, Good-Till-Cancelled, Immediate-or-Cancel, Fill-or-Kill) govern how long a limit order remains active if not immediately executed.",
    "In low-latency electronic markets, stale limit orders are vulnerable to being 'picked off' by high-frequency traders who detect that the price has moved since the order was posted."
  ],
  "detailed_explanation": "Limit orders are the backbone of order-driven market mechanisms and provide the liquidity that allows other participants to trade immediately. On an exchange operating a central limit order book (CLOB), the best outstanding buy limit order represents the 'bid' and the best outstanding sell limit order represents the 'ask' or 'offer.' The difference between them—the bid-ask spread—represents the cost of immediate execution for a market order. Market makers and algorithmic trading firms that systematically post limit orders on both sides of the market provide this liquidity and earn the spread as compensation for bearing adverse selection risk.\n\nThe strategic choice between placing a limit order and a market order reflects a fundamental tradeoff between price certainty and execution certainty. A limit order guarantees that if the trade executes, it does so at an acceptable price—it will never pay more than the specified price for a buy or receive less than the specified price for a sell. However, it introduces execution uncertainty: if the market never touches the limit price, the order is never filled and the investment opportunity is missed. Conversely, a market order guarantees immediate execution but accepts whatever the prevailing price is, including potentially significant slippage in illiquid markets or during fast-moving conditions.\n\nLimit orders exist in various forms to serve different trading needs. Day orders expire at the end of the trading session if not filled. Good-Till-Cancelled (GTC) orders remain active until filled or explicitly cancelled by the investor. Immediate-or-Cancel (IOC) orders execute whatever quantity is available at the limit price and cancel any unfilled portion. Fill-or-Kill (FOK) orders require the entire order to be filled immediately at the limit price, or the entire order is cancelled. These variations allow traders to tailor their order submission strategy to their specific urgency and price sensitivity requirements.\n\nThe adverse selection risk borne by limit order providers is a central concept in market microstructure theory. A limit order to buy at $50 will be executed when the market falls to $50—but at that moment, other market participants may have private information that the stock is worth less than $50, or the general market may be declining, making $50 a worse price than what will be available shortly. This 'winner's curse' for limit orders means that limit order providers face a biased sample of executions: they are most likely to be filled when the market is moving against them. Algorithmic market makers compensate for this by rapidly adjusting their limit order prices in response to new information and by maintaining very short fill-to-adjust latencies.\n\nFor institutional investors, limit orders are a core tool of algorithmic execution. VWAP and TWAP algorithms use limit orders to execute large block orders over time at advantageous prices, while participation-rate algorithms dynamically set limit order prices relative to the prevailing bid-ask midpoint. Implementation shortfall algorithms balance the urgency of execution against the market impact of aggressive orders, using limit orders when market conditions are favorable and market orders when urgency is high.",
  "example": "An institutional investor wants to buy 50,000 shares of a mid-cap company whose shares are currently trading at $75.25 bid / $75.30 ask. If the investor submits a market order for all 50,000 shares, it will immediately consume all available liquidity at $75.30, $75.35, $75.40, and beyond, likely achieving a volume-weighted average fill of around $75.45—a cost of $22,500 in market impact versus the midpoint. Instead, the investor instructs its algorithmic execution system to work the order using a limit order strategy over 60 minutes at prices between $75.25 and $75.35. The algorithm posts 5,000-share limit buy orders at $75.25 and $75.28, periodically refreshing as partial fills occur. Over 60 minutes, the algorithm completes the order at an average fill price of $75.28—saving approximately $8,500 in execution costs versus the market order approach, at the cost of execution risk if the price rises above the limit during the hour.",
  "formula": "Buy Limit: Execute if Market Price ≤ Limit Price; Sell Limit: Execute if Market Price ≥ Limit Price",
  "formula_latex": null,
  "interactive_type": null,
  "calculator_id": null,
  "related_terms": [
    "accommodation-trading",
    "algorithmic-trading",
    "bid-ask-spread",
    "cap",
    "central-limit-order-book",
    "exchange",
    "good-till-cancelled-order",
    "implementation-shortfall",
    "liquidity",
    "market-impact",
    "market-order",
    "order-book",
    "price-improvement",
    "slippage",
    "stock"
  ],
  "backlinks": [
    "accommodation-trading",
    "alternative-trading-system",
    "block-trade",
    "central-limit-order-book",
    "clearing",
    "co-location",
    "dark-liquidity",
    "day-order",
    "electronic-communication-network",
    "exchange",
    "fill-or-kill-order",
    "floor-broker",
    "good-this-week-order",
    "good-till-cancelled-order",
    "hidden-order",
    "iceberg-order",
    "immediate-or-cancel-order",
    "implicit-transaction-costs",
    "inverted-market",
    "latency-arbitrage",
    "layering",
    "local-floor-trader",
    "many-to-many-trading",
    "market-if-touched-order",
    "market-maker",
    "market-order",
    "multilateral-trading-facility",
    "order-book",
    "pre-trade-transparency",
    "price-discovery",
    "quote-stuffing",
    "smart-order-routing",
    "spoofing",
    "stop-limit-order",
    "transaction-costs-in-portfolio-optimization",
    "twap-algorithm",
    "twap-order",
    "voice-broker"
  ],
  "cross_references": [
    "algorithmic-trading",
    "bid-ask-spread",
    "cap",
    "central-limit-order-book",
    "exchange",
    "implementation-shortfall",
    "liquidity",
    "market-impact",
    "market-order",
    "order-book",
    "slippage",
    "stock"
  ],
  "tags": [
    "level:basic",
    "cat:market-microstructure"
  ],
  "asset_classes": [],
  "regulators": [],
  "see_also": [],
  "sources": [],
  "wordcount": 887,
  "checksum": "6b30e895e5033217",
  "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/limit-order",
    "jsonld": "https://hedgefund.wiki/api/v1/terms/limit-order?format=jsonld",
    "markdown": "https://hedgefund.wiki/api/v1/terms/limit-order?format=md",
    "graph": "https://hedgefund.wiki/api/v1/graph/limit-order",
    "category": "https://hedgefund.wiki/api/v1/categories/market-microstructure",
    "schema": "https://hedgefund.wiki/schema/term.schema.json",
    "html": "https://hedgefund.wiki/#/terms/limit-order"
  }
}