What is Stop Loss?

🟢 Beginner · 2025-03-28

What is Stop Loss?

A stop loss is an order that automatically closes your position when the price reaches a predetermined level, limiting your losses. It is one of the most fundamental risk management tools in trading. Without a stop loss, a losing trade can continue to drain your account indefinitely.

How Does a Stop Loss Work?

When you open a position, you set a stop-loss price at a level where you are willing to accept the loss and exit. If the market price reaches that level, the exchange automatically executes a sell order (for long positions) or a buy order (for short positions) to close your trade.

Example with a long position:

  • You buy ETH at $2,000.
  • You set a stop loss at $1,900 (5% below your entry).
  • If ETH drops to $1,900, your position is automatically closed.
  • Your loss is limited to $100 per ETH (5%).
  • Without the stop loss, ETH could drop to $1,500 or lower, and you would still be in the trade.

Types of Stop-Loss Orders

Fixed Stop Loss

A stop loss set at a specific price that does not change. You set it when you open the position, and it stays there until triggered or cancelled. This is the simplest and most common type.

Trailing Stop Loss

A stop loss that moves with the price in your favor. If you set a 5% trailing stop, the stop-loss price automatically adjusts upward as the price rises, always maintaining a 5% distance from the peak. If the price then drops 5% from its highest point, the position is closed.

This allows you to lock in profits while still giving the trade room to grow.

Percentage-Based Stop Loss

Instead of setting a fixed price, you define the maximum percentage loss you are willing to accept. The system calculates the stop-loss price based on your entry price and the specified percentage.

Volatility-Based Stop Loss

The stop-loss level is determined by the asset’s volatility. In highly volatile markets, the stop loss is placed further from the entry price to avoid being triggered by normal price fluctuations. In calmer markets, it can be tighter.

Where to Place Your Stop Loss

Proper stop-loss placement is both an art and a science. Here are some guidelines:

Too tight: If your stop loss is too close to your entry price, normal market fluctuations will trigger it frequently. You will be “stopped out” of potentially profitable trades.

Too loose: If your stop loss is too far from your entry, you accept a large loss when it triggers. This defeats the purpose of risk management.

Common approaches:

  • Below support levels: Place your stop loss just below a price level where the asset has historically found buying support.
  • ATR-based: Use the Average True Range (a measure of volatility) to set a stop loss 1.5x to 2x the ATR below your entry.
  • Percentage-based: Use a fixed percentage (e.g., 2-5% for swing trades, 0.5-1% for day trades).

Stop Loss in Grid Trading

Grid bots handle stop losses differently from manual trading. There are typically two levels of protection:

Grid Break (Per-Grid Protection)

When the price drops below the lowest grid level (for a long grid bot), the grid break mechanism activates. This is like a stop loss for the entire grid strategy. The bot shuts down, cancels all orders, and closes all positions. A buffer percentage and confirmation time prevent false triggers from momentary wicks.

Global Stop Loss (Portfolio Protection)

Many grid bots support a global stop-loss setting based on total unrealized loss percentage. If the combined loss across all grid positions exceeds a threshold (e.g., 10% of total capital), the bot executes a clean shutdown.

Why Individual Stop Losses Are Not Used

In grid trading, individual stop losses on each grid level would conflict with the strategy. The grid bot expects the price to oscillate. If the price dips to fill a buy order and then a stop loss immediately closes that position at a lower price, you are locking in a loss instead of waiting for the take-profit fill. The grid break mechanism serves as the appropriate stop-loss equivalent.

Summary

  • A stop loss automatically closes your position at a predetermined price to limit losses, and it is essential for any leveraged trading.
  • Common types include fixed, trailing, and percentage-based stop losses, each with different trade-offs between protection and flexibility.
  • Grid bots use grid break and global stop-loss mechanisms instead of per-order stop losses, as individual stops would conflict with the oscillation-based profit strategy.

Next Step

The counterpart to stop loss is take profit: What is Take Profit?

✨ Was this article helpful?

Ask your questions on Ask on Discord →