Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 258 Bytes

WildersSmoothedMovingAverage.md

File metadata and controls

6 lines (5 loc) · 258 Bytes

Wilder's Smoothed Moving Average (WEMA)

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

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