Noon Barbari

Retour à tous les indicateurs

atr_smaIndicateur principal

ATR (smoothed)

SMA of ATR — a smoother volatility baseline.

Qu'est-ce que c'est

SMA of ATR — a smoother volatility baseline.

ATR (smoothed), sometimes written ATR-SMA, is just a simple moving average applied on top of the Average True Range. Raw ATR already smooths volatility with a Wilder average, but on noisy intraday data it can still jump around; taking an SMA of it produces a calmer reference line.

The usual workflow is comparison: plot raw ATR against its smoothed version and read the relationship. Raw ATR rising above the smoothed line means volatility is expanding (ranges are widening), while raw ATR falling below it means volatility is contracting (the market is coiling). Many breakout systems only arm when volatility is expanding, and many mean-reversion systems prefer the opposite.

Because it is two averages deep, ATR (smoothed) lags more than raw ATR. It answers 'is volatility unusual right now?' rather than giving the tightest possible stop distance.

ATR_SMA = SMA( ATR(atr_period), sma_period )

Lisez la définition complète de ATR (smoothed) dans le glossaire →

Graphique en direct

TradingView n'a pas d'étude intégrée pour cet indicateur, il n'y a donc pas de graphique en direct à intégrer ici. C'est un outil de structure / smart money — le meilleur moyen de le voir est de l'exécuter dans une stratégie et de le backtester.

Paramètres

ParamètrePar défautPlage
ATR period142 – 200
SMA period141 – 200

Champs de sortie

Les valeurs nommées que cet indicateur expose à vos règles d'entrée et de sortie.

valueraw ATR

Backtester cet indicateur

Placez cet indicateur dans un ensemble de règles, exécutez-le sur des années de données BTC/USDT et voyez si l'avantage est réel ou seulement ajusté à la courbe — sans carte bancaire.