Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 255 Bytes

WellesWildersSmoothingAverage.md

File metadata and controls

6 lines (5 loc) · 255 Bytes

Welles Wilder's Smoothing Average (WWS)

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

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