Noon Barbari
Sign up

Back to all indicators

super_trendStructure indicator

SuperTrend

ATR trailing-stop trend filter.

What it is

ATR trailing-stop trend filter.

SuperTrend draws a single trend line on the chart by trailing an ATR-scaled band above or below the midpoint price (hl2 = (high + low) / 2). The line latches in place each bar — only ratcheting tighter in the trend direction — and only flips when the close crosses to the other side of the opposite band.

Default settings are ATR period 10 and factor 3.0: the band sits 3 × ATR(10) above hl2 in a downtrend and 3 × ATR(10) below hl2 in an uptrend. Lower factors flip more often (faster, noisier); higher factors flip less often (smoother, laggier).

Like every ATR-band trailing stop, SuperTrend is a trend-following tool. It performs well in directional moves and chops itself to pieces in ranges, so it is normally paired with a regime filter.

upper = hl2 + factor · ATR(N);  lower = hl2 − factor · ATR(N)
flip to bull when close > previous upper;  flip to bear when close < previous lower

Read the full SuperTrend definition in the glossary →

Live chart

TradingView has no built-in study for this indicator, so there's no live chart to embed here. It's a structure / smart-money tool — the best way to see it is to run it inside a strategy and backtest it.

The strategies below put this indicator to work — open one and backtest it.

Parameters

ParameterDefaultRange
ATR period102 – 200
Factor30.5 – 10

Output fields

The named values this indicator exposes to your entry and exit rules.

trailstate

Related strategies

Ready-made, runnable templates that use this indicator. Open one to inspect or backtest it.

Backtest this indicator

Drop this indicator into a rule-set, run it over years of BTC/USDT data, and see whether the edge is real or just curve-fit — no credit card required.