Simple Moving Average (SMA)
Overview
The Simple Moving Average calculates the arithmetic mean of a security's price over a specified period, smoothing out noise and revealing the underlying trend direction. As one of the foundational tools in technical analysis, the SMA helps traders identify long-term trends in stocks, crypto, and forex markets. Pair it with the Exponential Moving Average for faster signals, and visualise both on a professional charting platform like TradingView.
How It Works
SMA adds the closing prices for N periods and divides by N. A 50-day SMA takes the last 50 daily closes and averages them. Each new day, the oldest close drops off and the newest is added.
Key Signals
- Price above the SMA indicates an uptrend; below indicates a downtrend.
- The Golden Cross (50 SMA crossing above 200 SMA) is a bullish long-term signal.
- The Death Cross (50 SMA crossing below 200 SMA) is a bearish long-term signal.
- SMA can act as dynamic support and resistance levels.
Common Mistakes
- Using SMA in choppy, sideways markets — it generates constant false signals.
- Relying on a single SMA period without testing alternatives.
- Ignoring the lag — SMA reacts slowly to sharp price changes.
More Trend Indicators
DEMA — Double Exponential Moving Average
DEMA reduces the inherent lag of the <a href="/academy/indicators/exponential-moving-average" class="text-primary hover:underline">EMA</a> by applying a double-smoothing technique, giving traders faster trend signals without excessive noise. It is widely used in <a href="/market/forex" class="text-primary hover:underline">forex</a> scalping and <a href="/market/crypto" class="text-primary hover:underline">crypto</a> swing trading, where speed of signal matters. Explore how DEMA compares with the <a href="/academy/indicators/triple-exponential-moving-average" class="text-primary hover:underline">TEMA</a> and other moving averages in our <a href="/academy/indicators" class="text-primary hover:underline">indicator guide library</a>.
SuperTrend
SuperTrend combines the <a href="/academy/indicators/atr" class="text-primary hover:underline">Average True Range</a> with a multiplier and median price to plot a single line that flips between support and resistance — green means uptrend, red means downtrend. It is a favourite overlay for trend-following <a href="/strategies" class="text-primary hover:underline">trading strategies</a> across <a href="/market/crypto" class="text-primary hover:underline">crypto</a> and <a href="/market/forex" class="text-primary hover:underline">forex</a> due to its visual simplicity. Apply it on <a href="/tools/platforms/tradingview" class="text-primary hover:underline">TradingView</a> alongside the <a href="/academy/indicators/adx" class="text-primary hover:underline">ADX</a> to filter entries to only strong-trending environments.
DMI — Directional Movement Index
The Directional Movement Index plots +DI and −DI lines to reveal whether buyers or sellers are in control, and is typically used alongside the <a href="/academy/indicators/adx" class="text-primary hover:underline">ADX</a> to gauge trend strength. DMI excels in trending <a href="/market/forex" class="text-primary hover:underline">forex</a> and <a href="/market/crypto" class="text-primary hover:underline">crypto</a> markets, where clean directional moves produce reliable crossover signals. Integrate DMI into your <a href="/strategies" class="text-primary hover:underline">trading strategies</a> and confirm with volume tools from our <a href="/academy/indicators" class="text-primary hover:underline">indicator guide library</a>.
ALMA — Arnaud Legoux Moving Average
ALMA applies a Gaussian (bell-curve) distribution as a weight function, centred near the most recent prices, to produce a moving average that filters noise while keeping lag to a minimum. It has become a favourite on <a href="/tools/platforms/tradingview" class="text-primary hover:underline">TradingView</a> for <a href="/market/crypto" class="text-primary hover:underline">crypto</a> and <a href="/market/forex" class="text-primary hover:underline">forex</a> trend detection. Compare ALMA with other advanced moving averages like the <a href="/academy/indicators/hull-moving-average" class="text-primary hover:underline">HMA</a> in our <a href="/academy/indicators" class="text-primary hover:underline">indicator guide library</a> to find your optimal smoothing solution.