Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 243 Bytes

SmoothedMovingAverage.md

File metadata and controls

6 lines (5 loc) · 243 Bytes

Smoothed Moving Average (SMMA)

The Smoothed Moving Average (SMMA) is a type of moving average that assigns more weight to recent data points. It is calculated using the following formula:

SMMA = (Close + (n - 1) * Previous SMMA) / n