# What Is a Stop Loss and How to Set One

> The essential guide to stop losses — what they are, how to set them, different stop loss types, and why they are the most important risk management tool in trading.

- Canonical: https://www.liquid.trade/learn/what-is-a-stop-loss
- Published: 2026-03-23
- Category: Education
- Tags: Guide, Perps, Beginner

---

A stop loss is an order designed to exit a position when the market moves against you. It is one of the most important tools in trading because it turns a vague risk limit into an *executable* instruction.

On leveraged perps, a stop loss is not optional discipline. It is how you try to exit **before** [liquidation](/learn/what-is-liquidation) becomes the platform's forced exit.

<StatBar
  stats={[
    { value: "Chosen", label: "Stop loss", caption: "The exit price you set yourself" },
    { value: "Forced", label: "Liquidation", caption: "Exit triggered by the risk engine" },
    { value: "Buffer", label: "The gap between", caption: "Your stop should sit before liquidation" },
    { value: "Slippage", label: "Fill risk", caption: "Stops can slip in fast markets" }
  ]}
/>

## What Is a Stop Loss?

A stop loss triggers when a chosen price condition is met. For a long position, the stop is usually below entry. For a short position, the stop is usually above entry.

<ScenarioCompare
  caption="A simple BTC long with a stop"
  scenarios={[
    {
      label: "Stop hits first — risk plan works",
      headline: "−$1.5k",
      tone: "neutral",
      body: "Long BTC at $65,000 with stop at $63,500. BTC drops, the stop triggers, the position closes near the stop. You lose ~$1,500 on a position you can re-enter when the setup is right.",
      metrics: [
        { k: "Entry", v: "$65,000" },
        { k: "Stop", v: "$63,500" },
        { k: "Exit fill", v: "~$63,490" },
        { k: "Loss", v: "−$1,510" }
      ]
    },
    {
      label: "No stop — risk plan disappears",
      headline: "−$8.0k",
      tone: "short",
      body: "Same entry, no stop. You wait, hope, widen risk, freeze. The position keeps bleeding. The exit eventually comes — but on the market's terms, not yours.",
      metrics: [
        { k: "Entry", v: "$65,000" },
        { k: "Stop", v: "None" },
        { k: "Eventual exit", v: "$57,000" },
        { k: "Loss", v: "−$8,000" }
      ]
    }
  ]}
/>

The goal is to define the loss while the trade is still rational. Without a stop, traders often wait, hope, widen risk, or freeze as the position gets worse.

## A Stop Is Not a Guaranteed Fill

<Callout variant="warn" title="The most important caveat">
A stop loss does **not** guarantee you exit at the exact stop price. In fast markets, price can gap or move *through* the stop level. The final fill depends on liquidity, order type, trigger source, order-book depth, and market speed. A stop is **risk control**, not insurance.
</Callout>

## Stop Market vs. Stop Limit

Most platforms offer two common stop types — and the right one depends on whether you prioritise *certainty of exit* or *certainty of price*.

<CompareTable
  caption="Two stop types, two failure modes"
  columns={["", "Stop market", "Stop limit"]}
  rows={[
    { label: "On trigger", values: ["Sends a market order", "Places a limit order"], emphasis: [0, 1] },
    { label: "What you optimise for", values: ["Certainty of exit", "Certainty of price"], emphasis: [0, 1] },
    { label: "Slippage risk", values: ["Higher", "None — won't fill below limit"], emphasis: [0, 1] },
    { label: "Non-fill risk", values: ["Very low", "Real — market can run past"], emphasis: [1] },
    { label: "Best for", values: ["Leveraged perps, fast markets", "Tight spreads, calm conditions"], emphasis: [0, 1] }
  ]}
/>

For leveraged perps, stop market orders are often safer for pure risk control because *exiting matters more than getting the perfect price*. Stop limits leave you exposed if the market keeps moving past your limit.

## Trigger Price · Mark, Last, or Index

A stop can trigger from different price sources depending on the venue:

<CompareTable
  caption="The three common trigger sources"
  columns={["Trigger", "What it is", "Best for", "Watch out for"]}
  rows={[
    { label: "Last price", values: ["Most recent traded print", "Responding fast to traded momentum", "Wicks and thin-book false stops"], emphasis: [1] },
    { label: "Mark price", values: ["Fair-value reference (oracle-anchored)", "Surviving short wicks; matches liquidation logic", "Slightly slower in fast moves"], emphasis: [1] },
    { label: "Index / oracle", values: ["External or blended reference", "Cross-venue consistency", "Depends on oracle quality"], emphasis: [1] }
  ]}
/>

Mark-price triggers can reduce false stops from one odd last trade. Last-price triggers can respond faster to actual traded momentum. **There is no universally best trigger** — know which one your platform uses.

## Stop Loss vs. Liquidation

Liquidation is the platform reducing or closing your position because margin has fallen below requirements. A stop loss is your *own* planned exit.

<Callout variant="key">
A good stop should trigger **before** liquidation. The gap between stop price and liquidation price is your emergency buffer. If your stop is only a few ticks away from liquidation, it is not doing enough — a fast move can blow through the stop and leave liquidation as the real exit.
</Callout>

## How to Place a Stop

Good stops are tied to the trade thesis, volatility, and leverage. The four common framings:

<CompareTable
  caption="Four ways to choose where the stop sits"
  columns={["Approach", "How you pick", "Strength", "Weakness"]}
  rows={[
    { label: "Technical level", values: ["Beyond support / resistance", "Anchored to thesis", "Can be obvious to the market"], emphasis: [1] },
    { label: "Volatility", values: ["A multiple of ATR", "Survives normal noise", "Needs recalculation per asset"], emphasis: [1] },
    { label: "Percentage", values: ["Fixed % move", "Simple to apply", "Ignores market structure"], emphasis: [1] },
    { label: "Risk-based", values: ["Dollar loss → position size", "Caps actual money risked", "Requires honest sizing"], emphasis: [1] }
  ]}
/>

The strongest approach combines these: a logical invalidation level, volatility awareness, and a position size that keeps the dollar loss acceptable.

## Position Size Comes Before Stop Placement

A common mistake is choosing a position size first and forcing the stop to fit. Better sequence:

<StepFlow
  caption="Size from the risk, not the other way around"
  steps={[
    { title: "Define the trade idea", body: "Why does this work? What needs to be true for it to play out?" },
    { title: "Identify the invalidation level", body: "Where does the chart say the idea is wrong? That's the stop." },
    { title: "Measure entry-to-stop distance", body: "In dollars per unit and as a percentage of entry." },
    { title: "Decide maximum dollar risk", body: "What is the most you'll accept losing on this trade? Pick a number before you size." },
    { title: "Size the position from that risk", body: "Position size = max dollar risk ÷ entry-to-stop distance. If that size is smaller than you wanted, the trade needs too much room for your risk budget." }
  ]}
/>

If the resulting position is smaller than you wanted, that is information. The trade needs too much room for the amount you wanted to risk.

## Funding and Stops

Funding changes your effective breakeven over time. If you are paying [funding](/learn/what-are-funding-rates), your account equity declines **even if price is flat**. On high leverage, that can bring liquidation closer and make a tight stop less effective.

For multi-day positions, account for expected funding payments, trading fees, slippage, whether funding could flip, and how close liquidation sits behind the stop.

## Common Stop Loss Mistakes

<Callout variant="danger" title="Six common stop-loss mistakes">
**Stops too tight** — exiting good trades before they have room to work. **Stops too wide for the position size** — a wide stop is fine *only* if the position is smaller. **Moving the stop away** — usually means the original risk plan has been abandoned. **No reduce-only setting** — a stop intended to close shouldn't accidentally open the opposite side. **Ignoring liquidity** — thin markets can slip far through stop levels. **Ignoring liquidation** — your stop must sit far enough from liquidation to be useful.
</Callout>

## Trailing Stops

A **trailing stop** moves in your favour as price moves in your favour. If you are long and price rises, the trailing stop rises behind it. If price reverses by the chosen trailing distance, the stop triggers.

Trailing stops can help protect gains without manually updating the order. They work best in trending markets — they perform poorly in choppy ones where normal pullbacks trigger exits.

Not every venue supports trailing stops. If it does, understand whether the trail is based on mark price, last price, percentage distance, or absolute price distance.

## Further Reading

- [Liquid docs: liquidations](https://docs.liquid.trade/trading/liquidations)
- [Liquid docs: leverage](https://docs.liquid.trade/trading/leverage)
- [Liquid docs: funding rates](https://docs.liquid.trade/trading/funding-rates)
- [What Is Liquidation and How to Manage It](/learn/what-is-liquidation)

## Trade Perps with Stops on Liquid

Liquid lets you review leverage, liquidation price, and risk before confirming a trade.

- **Create your account.** Sign up with email or connect a wallet.
- **Fund your account.** Use supported funding methods or crypto deposits.
- **Set the stop before entry.** The risk plan should exist before the trade does.
- **Monitor the position.** Adjust only when the trade improves or your thesis changes — not because taking a loss feels uncomfortable.
