Overview
What is Exponential Moving Average (EMA)?
The Exponential Moving Average (EMA) is a type of moving average that places greater weight on the most recent price data, making it more responsive to recent market changes than the Simple Moving Average (SMA). This sensitivity makes the EMA especially popular among shorter-term traders who need signals that react quickly to developing momentum.
The EMA is calculated using a multiplier: Multiplier = 2 Γ· (N + 1), where N is the number of periods. Each new EMA value is then: EMA = (Current Price Γ Multiplier) + (Previous EMA Γ (1 β Multiplier)). This recursive formula means that older prices gradually carry less weight but never drop to zero entirely.
Common EMA periods and their uses: 9 and 21 EMA for short-term momentum signals; 20 and 50 EMA for medium-term trend detection; 50 and 200 EMA for long-term trend identification (the golden/death cross). The 200 EMA is widely watched by institutional traders as a dividing line between long-term bullish and bearish regimes.
EMAs serve multiple purposes: as dynamic support and resistance levels (price often bounces off the 20 or 50 EMA in trending markets), as crossover signals, as trend-direction filters, and as components of more complex indicators like MACD.