Zum Inhalt springen
Zerotoinvest
DEEN

Moving averages

A moving average smooths the price path by averaging over recent periods. It shows direction more clearly, but follows it with a lag.

1 min read Last checked: 2026-09-05

A twenty-day average takes the closing prices of the last twenty days and computes the mean. Tomorrow, the oldest value drops out and a new one comes in. Hence, moving.

The result is a smooth line that makes direction more visible than the jagged price path. The longer the period, the smoother the line and the more sluggish its reaction.

A common use is as a signal: a short average crossing above a long one is read as positive. That's a clearly defined rule, which makes it testable, unlike much else discussed about charts.

The price of smoothing is delay. A 200-day average only reacts once a move has already run its course substantially. It doesn't signal turning points, it confirms them after the fact.

Summary

  • The delay is roughly half the period length.
  • Crossover systems are clearly defined and therefore testable.
  • In sideways phases, they produce many small losses.

Did you get it?

How does the exponential average differ from the simple one?

It weights recent values more heavily, reacts faster, and produces more false signals in exchange.

Why are crossover systems more testable than chart patterns?

Because they can be precisely formalized.

How do trend-following systems behave in sideways phases?

They produce a string of small losses through repeated false signals.

Related

Where to go from here

Next lessonRSI, MACD, and Bollinger Bands