Why the Exponential Moving Average Uses (Period+1) in Its Denominator
In exponential moving average calculations, the smoothing factor α uses the formula:
2 / (N + 1)
Many traders and analysts wonder: why include the "+1"? Why not simply use 2 / N?
The answer lies in a fundamental principle of moving average mathematics: lag equivalence.
Both simple moving averages (SMAs) and exponential moving averages (EMAs) inherently lag behind the actual price data because they're based on past observations. The key insight is that an EMA and SMA with the same period exhibit approximately the same lag.
Equally weights all prices within a window. A 10-period SMA includes exactly 10 periods of data with equal weight.
Gives exponentially decreasing weight to older data. Uses infinite lookback, but 86% of weight from last N periods.
Both experience a lag of approximately (N–1)/2 periods, where N is the period. This is not coincidence—it's mathematically derived.
The underlying principle involves the average age of data in the calculation. In exponential smoothing, this is calculated as:
1 / α
When we use α = 2/(N+1), we get:
(N + 1) / 2
This creates mathematical parity with the SMA. Here's why this matters:
The "+1" in the denominator is the adjustment that ensures the exponentially decaying weight structure produces the same effective average data age as a comparably-sized simple average.
If you used α = 2 / N instead, several problems would occur:
The "+1" ensures that when traders say "20-period EMA," it behaves similarly to a "20-period SMA" in terms of lag and overall responsiveness.
It's important to note that the "2" is a convention, not a mathematical requirement. It represents the smoothing factor—a higher value gives more weight to recent prices.
The "2" was chosen because it strikes a practical balance between:
Some applications use different smoothing factors (1.5, 3, or custom values), but the denominator adjusts accordingly to maintain lag equivalence with the intended period.
The specific formula α = 2 / (N + 1) was popularized by J.S. Hunter's 1986 work on exponentially weighted moving averages (EWMA) for quality control applications in manufacturing.
Hunter's formulation became the industry standard in technical analysis because it provided an intuitive and mathematically sound relationship between the EMA period and its actual lag characteristics. This made EMAs practical and predictable for traders worldwide.
(N+1) denominator ensures EMAs have the same lag as equivalent-period SMAs(N+1)/2 periods