Set effective stop-losses, avoid common placement mistakes, and understand the trade-off between tightness and noise.
~5 min read
Create a free account to track your progress, take lesson quizzes, and apply each concept in a risk-free simulated trading environment.
A stop-loss order is an instruction to sell (or buy, for short positions) automatically if the price reaches a specified level. It converts unlimited downside risk into a defined, manageable loss.
In PaperTrade Academy, when you place a stop-loss on a simulated position, the platform will automatically generate a sell order if the price crosses your stop — just like a real brokerage.
Knowing that you need a stop is easy. Knowing where to put it is harder. Common mistakes:
Place stops below a significant support level (recent swing low, round number, moving average). If price breaks decisively below support, the thesis is invalidated.
Support at $75 → Stop at $73.50 (gives a small buffer below support)
Use the Average True Range (ATR) — a measure of recent daily price swings — to calibrate stop distance:
Stop = Entry − (1.5 × ATR)
If ATR is $3, your stop is $4.50 below entry. This ensures the stop is beyond typical noise.
Simple but less sophisticated: set the stop at a fixed percentage below entry (e.g., 5–8%). Avoid using the same percentage for both volatile and stable stocks — volatility differs.
A trailing stop automatically moves up as the price rises, locking in profits:
Trailing stops are powerful for riding trends without manually updating your exit level daily.
| Tight stop | Wide stop |
|---|---|
| Small loss if wrong | Larger loss if wrong |
| Smaller position size needed | Larger position size needed |
| Hit more often by noise | Less likely to be hit by noise |
There is no universally "correct" width. The right stop balances your risk tolerance with the stock's volatility and your thesis.