Moving Averages
Concept
A moving average (MA) smooths price into a single flowing line by averaging closes (typically) over the last N periods. It answers: what is the recent “fair” price if we down-weight day-to-day noise? Simple moving averages (SMA) give equal weight to each bar in the window: a 20-day SMA is the arithmetic mean of the last 20 closes. Exponential moving averages (EMA) weight recent prices more heavily, so they react faster to new information—handy in volatile crypto, but also choppier in ranges. Neither is universally “better”; they encode different lags and sensitivities.
Trend following use cases are straightforward conceptually: price above a long-period MA (for example, 100 or 200) is often interpreted as bullish bias on that timeframe; below suggests bearish bias. Short MAs (10, 20) track near-term mean; medium (50) and long (200) track regime. Crossovers—short MA crossing above long (golden colloquially) or below (death)—signal shifts in relative momentum, not guaranteed reversals. Whipsaws in sideways markets are the tax on crossover systems: many small losses surround the occasional strong trend.
Support/resistance behavior is contextual: in trending conditions, pullbacks to a rising 20 or 50 EMA sometimes find buyers; in ranges, the same line is violated repeatedly. Cluster MAs with horizontal levels or trend lines for confluence. Displaced or offset MAs exist but are less common for beginners than mastering length and type. Chart timeframe changes everything: a 20-period MA on daily is a month of business days; on 5-minute, it is hours.
Lag is the core tradeoff: smoother averages filter noise but turn late. Some traders use ribbon stacks (multiple EMAs) to visualize compression and expansion of trend strength. Percent or Hull variants reduce lag with added complexity—optional after you understand SMA versus EMA. Always ask what your MA is for: bias filter, entry trigger, or risk trail (e.g., close below 50-day as exit). One line can serve one job cleanly; forcing it to do everything invites curve-fit.
Adaptive moving averages and Kaufman-style efficiency ratios attempt to speed up in trends and slow down in chop; they are powerful but opaque for beginners. VWAP (volume-weighted average price) is an intraday institutional reference on many markets; in crypto it appears more on session-style workflows than on casual daily swing charts, but the idea is the same—where did typical trade size cluster? If you trade spot swings, simple EMA or SMA discipline usually comes first.
Confluence raises quality: a pullback to a rising 50 EMA near prior support carries more weight than either tool alone. A false break through a moving average that reclaims quickly mirrors horizontal liquidity behavior—the MA is another level, just drawn by a formula rather than by hand.
On XT, adding MAs takes only a few clicks; the harder work is discipline. Pick lengths you will keep for months, annotate why you chose them, and resist re-optimizing after every loss. If you use calendar-week narratives, reconcile them with 24/7 crypto markets so your rules stay coherent. Moving averages summarize history; they do not cause future prices.
Gaps are uncommon on continuous crypto spot charts, but listing events and brief halts can still dislocate prints. A sudden spike through an MA may reflect mechanics, not sentiment—check news before you rewrite your entire bias.
Multiple MAs on one chart should serve distinct roles—for example, a faster line for timing and a slower line for regime—rather than crowding the same information band. Two well-chosen lines usually outperform six arbitrary ones.
When you change quote currency or pair (USDT versus FDUSD, for example), the price level changes but MA logic does not—avoid confusing absolute prices with indicator behavior. Stablecoin depeg events are rare but remind you that denomination matters for risk reporting, not for how the MA formula runs.
Observe on XT
Open XT.com trading charts and locate Indicators / Studies (sometimes a fx or ⊕ icon).
Add MA: Search for Moving Average or MA. Add a 20 SMA and note the source (close, hl2, etc.) in settings.
EMA comparison: Add a 20 EMA in another color alongside the 20 SMA on the same timeframe. Observe which hugs price more tightly during sharp moves.
Classic lengths: On a daily chart, add 50 and 200 period MAs (EMA or SMA—pick one pair and stay consistent). Watch crossovers over the past year: count whipsaws versus trend legs.
Visibility: Adjust colors, line width, and opacity so candles remain readable; move MAs to price pane (not a separate oscillator pane).
Practice
- Open a 4-hour spot chart for one pair; add EMA(12) and EMA(26)—note these are common MACD building blocks (preview of a later lesson).
- On daily, add SMA(50) only. For the last three months, record whether price mostly stayed above, below, or chopped through the line weekly.
- Remove extras; add EMA(20) and EMA(100). Identify the most recent crossover and state whether price followed through or reversed within five bars (post-hoc observation only).
- Set MA source to close explicitly in settings; screenshot or note your color scheme for consistency.
- Optional: write a one-sentence rule for how you would use the 200 MA as a bias filter only (no live trading required).
Checkpoint
Q1: Compared to a simple moving average of the same length, an exponential moving average typically:
- A) Ignores all recent prices
- B) Reacts more quickly to new prices because recent observations are weighted more heavily
- C) Uses only the open price by definition
- D) Cannot be displayed on candlestick charts
Correct: B. EMAs weight recent data more, reducing lag versus SMA at the cost of more sensitivity.
Q2: A “bullish” MA crossover in common parlance usually means:
- A) A shorter-term MA crosses above a longer-term MA, suggesting relative short-term strength versus the longer window
- B) Any line crosses any other line downward
- C) Volume drops to zero
- D) The exchange refunds fees
Correct: A. Crossovers compare two smoothed series; they remain prone to whipsaws without broader context.
Q3: Why do moving averages often perform poorly as standalone signals in choppy, range-bound markets?
- A) Because prices oscillate around the average, causing frequent false crossovers and lagged entries
- B) Because MAs only work on penny stocks
- C) Because crypto has no ranges
- D) Because MAs remove all lag entirely
Correct: A. Trend-following tools assume persistence; ranges violate that assumption often.