Skip to main content

วิธีการคำนวณ Moving Average

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 ฟรี

ลองด้วยตัวคุณเอง→

การตั้งค่า