Skip to main content

Moving Average Calculator

Simple Moving Average (SMA)

Instructions

1

Enter Series

Comma-separated numeric values.

2

Set Window

Positive integer ≤ series length.

Formula

SMA_t = (x_(t−w+1)+⋯+x_t)/w

Common Questions

What about EMA?

This tool computes SMA. EMA uses exponential weighting.

Does order matter?

Yes, the series should be in time order.