Noon Barbari
Registrati

Torna a tutti gli indicatori

emaIndicatore principale

EMA

Exponential moving average — trend, reacts faster than SMA.

Che cos'è

Exponential moving average — trend, reacts faster than SMA.

The exponential moving average (EMA) is a recursive average that updates by blending today's close into yesterday's EMA via a smoothing factor α = 2 / (N + 1). Older observations decay exponentially rather than dropping off a fixed window, so the EMA reacts faster to new price action than the equivalent-length SMA.

EMAs are the building block for many other indicators: MACD is the difference of two EMAs, the signal line is an EMA of MACD, and many strategies use a 9 / 21 / 50 EMA stack to gauge short- vs. medium-term trend.

The trade-off versus SMA: faster response in trending markets, but more whipsaws in chop. The smoothing factor α is unitless — the same EMA(20) on 1-minute bars and on daily bars uses the same recursion.

EMA_t = α · P_t + (1 - α) · EMA_{t-1},  where  α = 2 / (N + 1)

Leggi la definizione completa di Exponential moving average (EMA) nel glossario →

Grafico live

BTC/USDT su Binance con questo indicatore precaricato. Fornito da TradingView.

Grafico di TradingView. Lo studio integrato è mostrato a titolo illustrativo; il motore Noon Barbari calcola i propri valori.

Parametri

ParametroPredefinitoIntervallo
Period202 – 800

Campi di output

I valori denominati che questo indicatore espone alle tue regole di entrata e uscita.

value

Strategie correlate

Modelli pronti ed eseguibili che usano questo indicatore. Aprine uno per ispezionarlo o testarlo.

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.