Skip to main content
Calkulon

So berechnen Sie Moving Average

learn.whatIsHeading

Calculates simple, exponential, and weighted moving averages for financial data analysis and trend identification.

Formel

SMA = Sum of prices over n periods / n

Schritt-für-Schritt-Anleitung

  1. 1Enter a series of data points (prices, values)
  2. 2Specify the moving average period or window
  3. 3Calculate the smoothed average line

Gelöste Beispiele

Eingabe
Stock prices [10, 12, 11, 13, 14], 3-period SMA
Ergebnis
[11, 12, 12.67]
Trend smoothing in technical analysis

Häufige Fehler vermeiden

  • Choosing wrong period for your analysis timeframe
  • Confusing SMA with exponential moving average

Bereit zur Berechnung? Probieren Sie den kostenlosen Moving Average-Rechner aus

Probieren Sie es selbst aus →

Einstellungen