Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 304 Bytes

LinearlyWeightedMovingAverage.md

File metadata and controls

6 lines (5 loc) · 304 Bytes

Linearly Weighted Moving Average (LWMA)

The Linearly Weighted Moving Average (LWMA) is a type of moving average that assigns weights to data points based on their distance from the current point. It is calculated using the following formula:

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