Skip to main content
DigiCalcs

learn.howToCalculate

learn.whatIsHeading

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

公式

SMA = Sum of prices over n periods / n

ステップバイステップガイド

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

解いた例

入力
Stock prices [10, 12, 11, 13, 14], 3-period SMA
結果
[11, 12, 12.67]
Trend smoothing in technical analysis

避けるべきよくある間違い

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

計算する準備はできましたか?無料の Moving Average 計算機をお試しください

自分で試してみる→

設定