Exponential Moving Average (EMA)
Definition
An exponential moving average works like a simple moving average (SMA) but gives more weight to recent prices. This makes it react faster to new price changes while still smoothing out noise. The most common periods are 12, 20, 26, and 50 days. Many technical indicators, like MACD (Moving Average Convergence Divergence), are built on EMAs rather than SMAs.
Formula
Multiplier = 2 / (N + 1)
EMA(today) = [Close x Multiplier] + [EMA(yesterday) x (1 - Multiplier)]
where N is the number of periodsHow to Interpret It
The EMA is read the same way as the SMA: price above the EMA suggests an uptrend, below suggests a downtrend. Because it reacts faster, the EMA will turn before the SMA does, which means earlier signals but also more false ones.
For most stocks, the difference between a 50-day SMA and a 50-day EMA is small. The gap becomes more noticeable after large, sudden moves — the EMA will adjust faster while the SMA takes longer to catch up.
Typical Strategy
EMA crossover strategies are popular for shorter-term trading. A common setup uses the 12-day EMA and the 26-day EMA (the same pair used in MACD). When the 12-day crosses above the 26-day, it signals upward momentum. When it crosses below, momentum is fading.
Some traders use the EMA as a dynamic support level. In an uptrend, a stock will often pull back to its 20-day or 50-day EMA and then bounce. They buy the pullback to the EMA rather than chasing the stock at higher prices.