Back to Indicators
TrendLagging

SMMA — Smoothed Moving Average

Overview

The Smoothed Moving Average applies equal weight to all historical data rather than dropping off older values, producing an ultra-smooth line that excels at identifying the dominant long-term trend. SMMA is the smoothing method used inside the ADX and ATR calculations, making it a foundational building block in technical analysis. It is best suited for stock and forex markets where long-term trend clarity is prized over speed.

How It Works

SMMA(1) = SMA(N). For subsequent bars: SMMA = (previous SMMA × (N − 1) + current close) / N. Because the previous average carries forward, the effective lookback is much longer than N periods. A 20-period SMMA behaves similarly to a 39-period EMA.

Key Signals

  • Price above SMMA confirms a long-term uptrend; below confirms a downtrend.
  • SMMA flattening after a trend signals potential consolidation.
  • SMMA crossovers are rare but highly significant when they occur.

Common Mistakes

  • Using SMMA for short-term signals — it's far too slow for scalping or day trading.
  • Comparing a 50-period SMMA with a 50-period SMA and expecting similar behaviour.
  • Not recognising that SMMA lag is by design — it filters noise at the cost of speed.

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>.

VWAP — Volume Weighted Average Price

VWAP calculates the average price weighted by volume throughout the trading session — it is the institutional benchmark that separates winners from losers on every intraday chart. Understanding VWAP is essential for trading <a href="/market/stocks" class="text-primary hover:underline">stocks</a> and <a href="/market/crypto" class="text-primary hover:underline">crypto</a> at the same levels the big players target. Combine VWAP with tools like the <a href="/academy/indicators/volume-profile" class="text-primary hover:underline">Volume Profile</a> for a more complete picture of institutional activity. Set it up on <a href="/tools/platforms/tradingview" class="text-primary hover:underline">TradingView</a> and pair it with your favourite momentum indicator for high-probability intraday setups.

Exponential Moving Average (EMA)

The Exponential Moving Average gives more weight to recent prices, making it more responsive to new information than the <a href="/academy/indicators/simple-moving-average" class="text-primary hover:underline">SMA</a> while still smoothing out noise. EMA crossovers are a cornerstone of many <a href="/strategies" class="text-primary hover:underline">trading strategies</a>, from scalping to <a href="/strategies/trading-styles/swing-trading" class="text-primary hover:underline">swing trading</a>, across every asset class. Use the EMA on a professional <a href="/tools/platforms/tradingview" class="text-primary hover:underline">charting platform</a> to fine-tune pullback entries and trend-following setups. Browse our full <a href="/academy/indicators" class="text-primary hover:underline">indicator guide library</a> to learn how the EMA integrates with momentum and volume tools.

Parabolic SAR — Stop and Reverse

Parabolic SAR (Stop and Reverse) plots dots above or below price to indicate trend direction and potential reversal points — it is one of the simplest trend-following indicators to use. Combine it with the <a href="/academy/indicators/adx" class="text-primary hover:underline">ADX</a> to filter out low-quality signals in ranging markets and improve your win rate. It also doubles as a dynamic trailing stop; read our <a href="/guides/use-stop-loss-orders" class="text-primary hover:underline">stop-loss guide</a> for best practices on protecting your capital. Explore more trend tools in our full <a href="/academy/indicators" class="text-primary hover:underline">indicator guide library</a>.