Moving Averages
Tree Key
A moving average (MA) is a trailing average of price over a fixed look-back window that recalculates each bar as new data arrives and the oldest drops off, smoothing the raw price series into a single trend-following line. Its core tension is the lag-vs-noise tradeoff: a longer window filters more noise but reacts later, while a shorter window tracks price closely but whipsaws. Because every MA is computed from past prices, it is by construction a lagging indicator — it confirms and contextualizes trend, it does not lead it. This parent node defines the concept and its three canonical, style-agnostic uses; the operational variations live in the child nodes and are routed below, not re-derived here.
What it is and how it's formed
A moving average averages the last N data points (usually closing price). The two foundational variants differ only in weighting: a Simple MA (SMA) weights every bar in the window equally; an Exponential MA (EMA) weights recent bars more heavily, so it turns sooner and lags less but is jumpier. Per StockCharts ChartSchool, a short MA (e.g. 10-period) "hugs prices quite closely and turns shortly after prices turn," while a long MA (e.g. 100-period) requires "a larger and longer price movement" to change direction. The weighting choice is the subject of the "Simple vs Exponential" child node.
The three canonical uses
1. Trend filter / direction. The most basic use is reading the slope and price-vs-MA relationship. A rising MA with price above it signals an uptrend; a falling MA with price below it signals a downtrend. Many systems use a single long MA (commonly the 200-day) purely as a regime gate — only take longs when price is above it, only shorts when below — rather than as a trade trigger. This is the highest-value, lowest-frequency application: it answers "which side am I allowed to be on?"
2. Dynamic support / resistance. In a trend, the MA often acts as a moving floor (support) in uptrends and a moving ceiling (resistance) in downtrends, with price pulling back toward it and bouncing. ChartSchool frames these as zones, not exact levels — price frequently pierces the line intrabar before holding. This use is detailed in the "MA as Dynamic Support/Resistance" child node.
3. Crossover signals. Two forms: a price-MA crossover (price crossing above/below a single MA) and a dual-MA crossover (a faster MA crossing a slower one — the "golden cross" when the short crosses above the long, "death cross" when below). Because a dual-MA system stacks two lagging inputs, its signals arrive late by design. The mechanics, default pairings, and tradeoffs are the subject of the "MA Crossovers" child node.
The window length chosen drives all three uses; the conventional 20 / 50 / 200 periods (short-term, intermediate, long-term) and what each is used for are covered in the "Common MA Periods (20/50/200)" child node.
The universal caveat
Every MA application shares one failure mode: MAs are trend tools and they whipsaw in ranging markets. When price oscillates sideways with no sustained trend, crossovers fire repeatedly in both directions, support/resistance "bounces" fail, and the trader is chopped. ChartSchool is explicit that crossover systems "work great when a good trend takes hold" but "produce many whipsaws" absent one. The longer the MA, the greater the lag on every turn; the shorter the MA, the more whipsaw. There is no setting that escapes both — this is the irreducible tradeoff, not a tuning problem.
Adoption, debate & evidence
Moving averages are the single most widely used charting overlay across retail and many institutional desks; the 50-day and 200-day SMAs in particular are watched broadly enough that crossovers get financial-media coverage, which can create mild self-fulfilling crowding around those levels.
The honest evidence picture, however, is humbling. The landmark Brock, Lakonishok & LeBaron (1992) study tested MA and trading-range-break rules on the Dow from 1897–1986 and found they significantly outperformed a benchmark — a result widely cited as evidence that MA rules "work." But Sullivan, Timmermann & White (1999) re-examined this with White's Reality Check bootstrap, which corrects for data-snooping bias (the inflation that arises from searching many rules and reporting the best). Their finding: while the best rule survived the data-snooping correction over BLL's in-sample period, it did not deliver superior performance in the subsequent ~10-year out-of-sample window. Later studies broadly reinforce this — out-of-sample MA profitability tends to turn negative once realistic transaction costs are included, especially for higher-frequency rules, though results vary by market and era (some European-market and emerging-market studies still found post-cost edge in specific periods).
The defensible reading for an options-grade system: an MA's historical standalone alpha has largely eroded under proper statistical correction and real costs, and should not be treated as established fact. Its durable value is as a trend-context and risk-management tool — defining regime, structuring stops, keeping the trader on the right side of a trend — not as a predictive signal that generates edge on its own.
Strengths & limitations
Strengths: objective and unambiguous (no discretionary interpretation); excellent at the one thing they do — confirming and contextualizing an established trend; strong in persistent, trending regimes; useful as a regime filter to suppress counter-trend trades.
Limitations: lagging by construction (signals confirm, never lead); whipsaw-prone in ranges; sensitive to the chosen period, with no universally optimal length; and — per the evidence above — weak as a standalone profit source. The single most common misuse is treating an MA crossover as a buy/sell trigger in isolation, ignoring whether the market is even trending. MAs answer "is there a trend and which way," not "is now a good entry."
Sources
- StockCharts ChartSchool — Moving Averages: Simple and Exponential (definition, SMA/EMA lag, three uses, whipsaw, 50/200 popularity)
- StockCharts ChartSchool — Moving Average Trading Strategies and Finding Support and Resistance in Moving Averages
- Brock, Lakonishok & LeBaron (1992), Simple Technical Trading Rules and the Stochastic Properties of Stock Returns, Journal of Finance
- Sullivan, Timmermann & White (1999), Data-Snooping, Technical Trading Rule Performance, and the Bootstrap, Journal of Finance (data-snooping correction; out-of-sample failure)
- Academic surveys of MA rule profitability net of transaction costs (mixed, era/market-dependent; out-of-sample edge frequently disappears after costs)