At a glance
- What it is
- An ATR-based trailing stop that flips with the trend
- Default settings
- ATR period 10, multiplier 3
- Output
- A single line, above or below price, with a direction state
- Honest description
- A visualised trailing stop, not a predictive tool
Key takeaways
- Supertrend is mathematically a chandelier-style ATR trailing stop presented as a single flipping line.
- Its appeal is clarity: one line, one direction state, no interpretation required.
- Because it is a stop rather than a signal, it enters late and exits late, which is the normal trade-off for trend rules.
- A lower multiplier produces more flips and more whipsaws; a higher multiplier holds trends longer with larger giveback.
- Used as a standalone system it performs like any simple trend rule: acceptable in trends, poor in ranges, dependent on diversification.
What Supertrend computes
Basic bands:
Upper = (High + Low) / 2 + (multiplier x ATR(period))
Lower = (High + Low) / 2 - (multiplier x ATR(period))
Final bands apply a ratchet so they never move against the trend:
If in an uptrend, the lower band only moves up, never down.
If in a downtrend, the upper band only moves down, never up.
Direction flips when price closes beyond the active band:
In an uptrend, a close below the lower band flips to downtrend.
In a downtrend, a close above the upper band flips to uptrend.
The plotted line is whichever band is currently active.The ratchet is what distinguishes it from a plain ATR band: the line only moves in the favourable direction, exactly like a trailing stop. When price closes through it, the trend state flips and the line jumps to the other side. This is the whole indicator.
Settings and their effect
| Setting | Flips per year | Character | Suited to |
|---|---|---|---|
| ATR 10, multiplier 1.5 | Very frequent | Hugs price; many whipsaws | Short-term trading only |
| ATR 10, multiplier 2 | Frequent | Responsive | Intraday and short swing |
| ATR 10, multiplier 3 | Moderate | The common default | Daily swing trading |
| ATR 14, multiplier 3 | Moderate | Slightly smoother | Daily and 4-hour |
| ATR 20, multiplier 4 | Infrequent | Holds trends through deep pullbacks | Position trading |
The trade-off is identical to every trailing stop: tighter settings exit earlier and more often, wider settings hold longer and give back more. There is no setting that captures trends while avoiding whipsaws, and searching for one is how a simple tool becomes an overfitted one.
Using Supertrend properly
- As a trailing stop
- The primary and most defensible use. Enter on your own signal, then trail with the Supertrend line and exit on a flip. This is what the construction is designed for.
- As a trend filter
- Trade long only when the indicator is in its uptrend state. Simple, objective, and a reasonable regime gate.
- As a standalone system
- Buying and selling on every flip produces a basic trend-following system with the usual whipsaw problem in ranges. It works only with diversification and volatility sizing.
- With a higher-timeframe filter
- Take flips on the trading timeframe only when the higher timeframe is in the same state. This removes many countertrend signals.
- Not as a mean reversion tool
- It has no concept of extremes, only of direction, so it cannot indicate when a move is stretched.
Realistic expectations
Supertrend is heavily promoted in retail trading content, often with backtests showing exceptional results. Those results are usually produced by optimising the two parameters on a single instrument over a favourable period, which is the textbook definition of overfitting.
| Claim | Reality |
|---|---|
| "Catches every trend" | Enters after the move begins and exits after it ends, by construction |
| "Few false signals" | Whipsaws frequently in range-bound markets, like every trend rule |
| "Works on any timeframe" | Works mathematically; costs and noise dominate on short timeframes |
| "Optimal settings are X and Y" | Optimal historical settings are rarely optimal going forward |
| "Better than moving averages" | Tested results are broadly comparable to other trend rules |
None of this makes the indicator bad. It is a clean, well-constructed trailing stop with a clear visual presentation. It is simply a trend tool with trend-tool properties, and treating it as more than that leads to disappointment when the market stops trending.
Frequently asked questions
What are the best Supertrend settings?
ATR period 10 with a multiplier of 3 is the common default and a reasonable starting point. Lower multipliers flip more often and whipsaw more; higher multipliers hold trends longer and give back more profit. Test a range and prefer a setting from the middle of a region that works rather than the single best historical value.
Is Supertrend better than a moving average?
Not meaningfully. It is an ATR trailing stop rather than an average, so it responds to volatility rather than smoothing price, which some traders find clearer. Tested performance across diversified portfolios is broadly comparable to moving average systems. Choose based on which you will execute consistently.
Can I use Supertrend alone as a complete strategy?
You can, and the result is a basic trend-following system: roughly 35 to 45 percent win rate, larger winners than losers, and extended flat periods in ranging markets. It requires diversification across uncorrelated markets and volatility-based position sizing to be viable, exactly like any other trend rule.
Why does Supertrend repaint or change?
The current bar’s value is provisional until the bar closes, since it depends on the close. Some implementations also recalculate the ratchet, which can cause historical appearance changes. Always evaluate signals on closed bars only, and verify how your platform handles the current bar before trusting a backtest.
Does Supertrend work in crypto?
It behaves as any ATR-based trend tool does: reasonable during sustained moves, poor during ranges, and requiring wider multipliers because volatility is high. The flip mechanism can be triggered by the frequent sharp wicks in crypto, so evaluating on closing prices rather than intrabar is particularly important there.
Test this idea before you trade it
Describe the rules in plain language and AlgoTrader AI turns them into a structured strategy blueprint with a configurable historical backtest, cost assumptions, and exportable code.
Build a backtestKeep reading
- IndicatorsATR Indicator Guide: The Most Useful Number in Risk Management
- RiskTrailing Stops: Letting Winners Run Without Giving It All Back
- StrategiesTrend Following Strategy: Complete Guide With Rules and Examples
- IndicatorsTechnical Indicators Explained: What They Measure and What They Cannot
- IndicatorsDonchian Channel Strategy: The Original Breakout System
- BacktestingOverfitting in Trading: How Backtests Lie
Educational use only. This guide explains how a strategy works. It is not investment advice, not a recommendation, and no result described here is a forecast. Test any approach on historical and out-of-sample data, size positions conservatively, and never risk money you cannot afford to lose.