TL;DR
The Supertrend indicator plots a single line on your chart that flips color when trend direction changes — green below price means bullish, red above price means bearish — using ATR to adapt the band distance to current volatility.
What Is the Supertrend Indicator?
The Supertrend indicator is a trend-following overlay developed by Olivier Seban, displayed directly on the price chart as a dynamic support or resistance line. Its defining feature is simplicity: a single line, two colors. When the line is green and plotted below price, the trend is up. When it flips to red and appears above price, the trend is down. The color flip is the signal.
Under the hood, Supertrend is built on the Average True Range (ATR), which measures recent price volatility. The indicator calculates upper and lower bands by adding/subtracting a multiplier of ATR from the mid-point of the price range. This volatility-adaptive mechanism is what distinguishes Supertrend from simple moving average crossovers — its bands automatically widen in volatile conditions (reducing false signals) and tighten in calm markets (becoming more responsive to turns).
The two user-controlled settings — ATR Period and Multiplier — govern sensitivity. A lower multiplier (e.g., 1.5) creates a tighter band that responds faster to price changes but generates more whipsaw. A higher multiplier (e.g., 4.0) creates a wider band that catches only larger trends but lags on entries. The optimal settings vary by asset and timeframe; what works on a 15-minute crypto chart is unlikely to be optimal on a daily equity index chart.
Key Formula / Numbers
ATR = Average True Range over N periods
Upper Band = ((High + Low) / 2) + (Multiplier × ATR)
Lower Band = ((High + Low) / 2) - (Multiplier × ATR)
Signal:
- Close > Upper Band → Trend = Bullish (line plots as support below price)
- Close < Lower Band → Trend = Bearish (line plots as resistance above price)
Common default settings:
| Setting | Default | Aggressive | Conservative |
|---|---|---|---|
| ATR Period | 10 | 7 | 14 |
| Multiplier | 3.0 | 1.5–2.0 | 3.5–4.0 |
How Quantzee Uses This
Quantzee’s SuperTrend Fusion indicator takes the classic Supertrend logic and extends it with AI-adaptive parameter selection and multi-timeframe confluence. Rather than using fixed ATR period and multiplier settings, SuperTrend Fusion’s adaptive layer continuously adjusts sensitivity based on current volatility regime — so the indicator behaves like a conservative trend follower in choppy markets and a more responsive one in trending conditions. All signals are non-repainting: a signal confirmed at bar close will always appear at that same bar in historical view, with no retroactive adjustments.
Common Mistakes
- Using Supertrend alone as an entry trigger: Supertrend is a trend filter, not a precise entry tool. Using it in isolation for entries results in large drawdowns on whipsaw signals. Combine it with a momentum indicator or a price structure entry like CPR or VWAP for better precision.
- Over-optimizing the multiplier: Running 50 parameter combinations and selecting the best multiplier on a single historical period is a classic overfitting error. Choose parameters based on market logic and validate out-of-sample.
- Ignoring timeframe context: Supertrend on a 5-minute chart may show a bullish signal while the daily chart is in a bearish trend. Always check higher-timeframe alignment before trading shorter-timeframe Supertrend signals.
Related Terms
- ATR — Average True Range
- Support and Resistance
- CPR — Central Pivot Range
- Mean Reversion
- Momentum Trading
FAQ
What does the Supertrend indicator do?
Supertrend plots a single dynamic line on the price chart that flips between green (bullish) and red (bearish) based on ATR-adapted price bands, giving traders a clear, real-time trend direction signal.
What are the best settings for the Supertrend indicator?
There are no universally best settings — the optimal ATR period and multiplier depend on the asset, timeframe, and market regime. A common starting point is Period 10, Multiplier 3.0, validated on out-of-sample data.
Does the Supertrend indicator repaint?
The standard Supertrend indicator can show different historical signals depending on when you view the chart; Quantzee’s SuperTrend Fusion is engineered with non-repainting logic that locks signals at bar close, so backtest results match live performance.