Noon Barbari

Zurück zu allen Indikatoren

atr_smaKern-Indikator

ATR (smoothed)

SMA of ATR — a smoother volatility baseline.

Was es ist

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 )

Lies die vollständige Definition von ATR (smoothed) im Glossar →

Live-Chart

TradingView hat für diesen Indikator kein integriertes Study, daher gibt es hier keinen Live-Chart zum Einbetten. Es ist ein Struktur-/Smart-Money-Werkzeug — am besten siehst du es, indem du es in einer Strategie laufen lässt und backtestest.

Parameter

ParameterStandardBereich
ATR period142 – 200
SMA period141 – 200

Ausgabefelder

Die benannten Werte, die dieser Indikator deinen Ein- und Ausstiegsregeln bereitstellt.

valueraw ATR

Diesen Indikator backtesten

Setze diesen Indikator in ein Regelwerk ein, lass ihn über Jahre von BTC/USDT-Daten laufen und sieh, ob der Vorteil echt ist oder nur kurvenangepasst — keine Kreditkarte nötig.