SMA & EMA
5-point simple and exponential moving average for a mini price series.
Inputs
Results
SMA(5)
10.44
EMA(5)10.5155
How to Use This Calculator
- Enter five consecutive price observations from oldest (t-4) to newest (t).
- Adjust the EMA smoothing factor -- higher values weight recent prices more heavily.
- Compare the SMA (equal-weight average) with the EMA (exponentially weighted) to see how the smoothing factor affects trend detection.
Ad Placeholder
Formula
SMA(n) = Σ(prices) / n | EMA = α × Price + (1 − α) × Previous EMAAd Placeholder