Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 247 Bytes

WeightedMovingAverage.md

File metadata and controls

6 lines (5 loc) · 247 Bytes

Weighted Moving Average (WMA)

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

WMA = (Sum of (Close * Weight)) / (Sum of Weights)