Home / Glossary / Exponential Moving Average (EMA)
Technical Analysis

Exponential Moving Average (EMA)

A moving average that places greater weight on the most recent prices, making it more responsive to trend changes than a simple moving average of the same period.

Share

Definition

The Exponential Moving Average (EMA) is a type of moving average that applies a declining exponential multiplier to weight each historical closing price. Unlike the Simple Moving Average (SMA), which assigns equal weight to every bar in the lookback window, the EMA never fully discards older prices — it continuously diminishes their contribution. This makes EMA more sensitive to recent market action: it rises faster in an uptrend and falls faster in a downtrend, allowing traders to detect momentum shifts earlier than an equivalent SMA would. EMA is the building block of the MACD indicator, which subtracts a 26-period EMA from a 12-period EMA.

Why it matters

On NSE, the EMA is central to intraday and swing trading strategies. Bank Nifty scalpers commonly use the 9 EMA and 21 EMA on 5-minute charts: when price is above both EMAs and the 9 EMA is above the 21 EMA, the bias is long; the reverse alignment is bearish. Positional traders in mid-cap stocks look at the 50-day EMA and 200-day EMA on daily charts to gauge medium and long-term trend health. Because EMA is more reactive, it is preferred for fast-moving derivative instruments where a few minutes of lag can be the difference between entering a move and chasing it. In Bollinger Bands calculations, some charting packages use an EMA rather than an SMA as the middle band for exactly this reason.

Formula

Multiplier (k) = 2 ÷ (N + 1), where N is the chosen period.

EMAtoday = (Closetoday × k) + (EMAyesterday × (1 − k))

For a 9-period EMA, k = 2 ÷ (9 + 1) = 0.2. This means today's close contributes 20% of the new EMA value, while the prior EMA carries the remaining 80%. The first EMA value is typically seeded with a simple average of the first N closes, after which the recursive formula takes over.

Example

Suppose you are tracking a Nifty 50 stock with a 9-day EMA. Yesterday's 9-day EMA stood at ₹2,100 and today's closing price is ₹2,160. The multiplier k = 2 ÷ (9 + 1) = 0.2. Today's EMA = (₹2,160 × 0.2) + (₹2,100 × 0.8) = ₹432 + ₹1,680 = ₹2,112. For comparison, if today's price were ₹2,040 (a down day), the EMA would fall to (₹2,040 × 0.2) + (₹2,100 × 0.8) = ₹408 + ₹1,680 = ₹2,088 — it drops by ₹12 versus a rise of ₹12, demonstrating the symmetric responsiveness. This is a hypothetical illustration only and not specific trading advice.

Put EMA signals to work with live data

TradePulse's option chain shows real-time OI shifts that confirm or challenge EMA-based trend calls.

Related