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
단계별 가이드
- 1Enter a series of data points (prices, values)
- 2Specify the moving average period or window
- 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 계산기를 사용해 보세요
직접 시도해 보세요 →