Stop-loss strategies: exits that protect without choking
A stop-loss caps the loss on a trade by exiting automatically at a preset level. It is the difference between a bad trade and a blown account. But place it badly and you get stopped out by normal noise right before the trade works. This guide covers the main stop methods, the common mistakes, and how a bot should handle them.
Why a stop-loss is non-negotiable
Without a stop, a single trade that keeps going against you can erase months of gains. A stop converts an unknown, open-ended loss into a known, bounded one, which is what makes position sizing possible — you cannot size a trade until you know how far it can go wrong. Stops and position sizing are two halves of the same risk system.
Where to place a stop
- Fixed percent — exit if price moves a set percentage against you. Simple but arbitrary; it ignores where the market structure actually is.
- Structure-based — place the stop just beyond a meaningful level: below a swing low for a long, above a swing high for a short. The market has to genuinely break to hit it.
- ATR-based — set the stop a multiple of average true range away, so it adapts to volatility. Volatile assets get wider stops, calm ones tighter.
Common stop mistakes
The most common error is placing a stop so close that normal price wiggle triggers it before the trade can work — "death by a thousand cuts." The fix is to place the stop where the trade thesis is genuinely wrong (beyond structure or outside normal volatility), then size the position down so that wider stop still risks only a small percentage. Never widen a stop after entry to avoid taking the loss — that is how small losses become catastrophic.
Trailing stops
A trailing stop moves in your favour as the trade profits, locking in gains while letting winners run. It is ideal for trend and momentum systems where you want to ride a move but protect open profit. The trade-off: trail too tightly and you exit on the first pullback; trail too loosely and you give back a lot. Backtest the trail distance in the backtester, and compare against a fixed take-profit as in stop-loss vs take-profit.
Frequently asked questions
Where should I place a stop-loss?
Place it where your trade thesis is genuinely wrong — beyond a swing low or high (structure-based) or a multiple of recent volatility (ATR-based) — then size the position so that distance still risks only a small percentage of your account.
Why do I keep getting stopped out?
Usually because the stop is too tight, so normal price noise triggers it before the trade can work. Place the stop beyond market structure or outside normal volatility and reduce position size to keep the risk small.
What is an ATR-based stop?
It sets the stop a multiple of the average true range away from entry, so the stop adapts to volatility. Jumpy assets get wider stops and calm ones tighter, keeping the risk consistent across markets.
Should I ever move a stop?
Move it only in your favour — for example a trailing stop that follows a winning trade. Never widen a stop against you to avoid taking a loss; that is how small, planned losses turn into account-threatening ones.