Simple Moving Average (SMA)
A Simple Moving Average (SMA) is a basic technical analysis tool that smooths price data by calculating the arithmetic mean of an asset’s prices over a chosen number of periods (typically using closing prices). SMAs help reveal underlying trends by reducing short-term volatility.
How it works
SMA = (A1 + A2 + … + An) / n
where An is the price at period n and n is the number of periods.
Explore More Resources
- Shorter-period SMAs (e.g., 10-day) react quickly to price changes and show recent momentum.
- Longer-period SMAs (e.g., 50-day, 200-day) respond more slowly and reveal longer-term trend direction.
- On each new period, the newest price enters the calculation and the oldest drops out, producing a rolling average.
Example: 15-day SMA for these closing prices:
20, 22, 24, 25, 23, 26, 28, 26, 29, 27, 28, 30, 27, 29, 28
Sum = 392 → SMA = 392 / 15 = 26.13
Interpretation and common signals
- Rising SMA: indicates an upward trend; falling SMA: indicates a downward trend.
- Crossovers:
- Golden Cross: a short-term SMA crosses above a long-term SMA (bullish signal).
- Death Cross: a short-term SMA crosses below a long-term SMA (bearish signal).
- Widely followed SMAs (like the 200-day) can influence market behavior because many traders monitor them.
SMA vs EMA
- SMA assigns equal weight to all periods.
- Exponential Moving Average (EMA) gives more weight to recent prices, making it more responsive to new information.
- EMAs are often preferred for timelier signals; SMAs are simpler and smoother.
Limitations and challenges
- Lag: SMAs are backward-looking and can be slow to reflect sudden market changes.
- Equal weighting may give outdated data the same influence as recent data.
- Reliance on historical prices means SMAs may have limited predictive power if markets efficiently reflect all available information.
- Popular SMAs can become self-fulfilling as many traders act on the same levels.
Practical use and tips
- Common periods: 10 (short), 50 (medium), 200 (long). Choose based on trading timeframe and strategy.
- Use SMAs with other indicators (volume, RSI, MACD) and price action for confirmation.
- Backtest SMA settings on historical data before applying in live trading.
- Avoid using SMAs as the sole decision tool—combine them with risk management and broader analysis.
Quick calculation tips
- Manual: sum the chosen period’s closing prices and divide by the number of periods.
- Spreadsheet: use AVERAGE(range) to compute an SMA over a range of cells.
- Charting platforms typically offer built-in SMA overlays with adjustable periods.
Key takeaways:
– SMAs smooth price data to reveal trends.
– They are simple to compute but introduce lag.
– Compare SMAs across different periods and pair them with other tools for better decision-making.