Backstrap
Trend Following

Supertrend

Trend-following entries on Supertrend direction flips with built-in ATR trailing stop.

What it is

Supertrend is a single-line trend-following indicator that combines ATR-derived bands with directional flip logic. It plots one line that flips between an upper band (during downtrends) and a lower band (during uptrends), based on whether price closes through the opposite band.

Compared to EMA-based trend strategies, Supertrend is more decisive — it never gives ambiguous "the EMAs are crossing" signals. Either you are above the line (long bias) or below it (short bias), and the line itself acts as a built-in trailing stop.

How signals fire

Long entry triggers on the bar after the Supertrend direction flips from down (-1) to up (+1) — i.e. price closes above the previous upper band.

Short entry triggers symmetrically on a flip from up to down — price closes below the previous lower band.

Exit is the next direction flip (always-in-position style) or a fixed N-bar hold (default 10).

Defaults: ATR period 10, multiplier 3.0, 10-bar hold.

When it works

Sustained trending markets where one Supertrend flip captures most of a directional move. BTC bull / bear cycles and major-pair forex trends often produce 50-200 bar Supertrend runs.

Higher timeframes (4-hour and daily). Lower timeframes flip too frequently for the strategy to be tradeable after costs.

When it fails

Sideways markets — Supertrend whipsaws on every minor reversal, generating losing trades on each flip.

Highly volatile single-bar moves where the multiplier is too tight to absorb noise but too wide to react quickly.

Markets with structural regime changes (e.g. bull-to-bear transition) — the flip triggers, but momentum doesn't follow through.

Built-in presets

  • Baseline

    ATR 10, multiplier 3.0, 10-bar hold.

  • Tight stops

    ATR 7, multiplier 2.0 — flips earlier, more sensitive to reversals.

  • Wide stops

    ATR 14, multiplier 4.0 — only flips on decisive moves; fewer trades, fewer whipsaws.

Recommended indicator filters

  • ADX ≥ 25 — only enter when trend strength is confirmed.
  • Higher-timeframe alignment — only take longs if the Supertrend on a 4× timeframe is also up.
  • Volume × 1.0 SMA — confirm the flip bar has above-average participation.

Common pitfalls

  • Setting multiplier too low (< 2.0) — flips constantly, every wiggle becomes a trade.
  • Setting multiplier too high (> 5.0) — trend is over by the time the flip triggers.
  • Not adapting multiplier across volatility regimes — what works on calm 4H BTC fails on news-day spikes.
  • Treating Supertrend as a 'one-size-fits-all' trend strategy — it works far better with an ADX filter than without.

Related indicators

Related strategies

Related reading

Try Supertrend in the backtester

Open the engine, pick Supertrend, choose a preset, and run it against synthetic or your own historical data. Tune parameters, add filters, and see how it behaves out-of-sample with walk-forward and Monte Carlo analysis.

Open the backtester →

Educational note: This page explains how Supertrend fires and the market conditions it suits. It does not constitute investment advice. Backtested results are hypothetical simulations on past data; they cannot guarantee future outcomes. See the full disclaimer.

Last updated: 2026-05-08