← Torna a tutti gli indicatori
SuperTrend
ATR trailing-stop trend filter.
Che cos'è
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
Grafico live
TradingView non ha uno studio integrato per questo indicatore, quindi qui non c'è un grafico live da incorporare. È uno strumento di struttura / smart money — il modo migliore per vederlo è eseguirlo in una strategia e testarlo.
Le strategie qui sotto mettono all'opera questo indicatore — aprine una e testala.
Parametri
| Parametro | Predefinito | Intervallo |
|---|---|---|
| ATR period | 10 | 2 – 200 |
| Factor | 3 | 0.5 – 10 |
Campi di output
I valori denominati che questo indicatore espone alle tue regole di entrata e uscita.
Strategie correlate
Modelli pronti ed eseguibili che usano questo indicatore. Aprine uno per ispezionarlo o testarlo.
TradingView SuperTrend strategy
Classic ATR-band trail — long when the trend flips up, short when it flips down.
SuperTrend + VFI confluence strategy
SuperTrend regime flip filtered by Volume Flow direction — only trade flips backed by volume.
PDH/PDL breakout with SuperTrend filter strategy
Prior-day-range breakouts, but only the ones that align with the SuperTrend regime.
Testa questo indicatore
Inserisci questo indicatore in un set di regole, eseguilo su anni di dati BTC/USDT e scopri se il vantaggio è reale o solo adattato alla curva — senza carta di credito.