bennycode / trading-signals

Technical indicators to run technical analysis with JavaScript & TypeScript. 📈
https://bennycode.com/trading-signals
MIT License
596 stars 90 forks source link

Feature Request : Weighted Moving Average #673

Closed AkshatGiri closed 4 months ago

AkshatGiri commented 4 months ago

Would it be possible to add support for Weighted moving average ? It would be a useful indicator to have.

It assigns greater weighting to recent data points and less weighting on past data points. The weighted moving average is calculated by multiplying each observation in the data set by a predetermined weighting factor.

link to more info

Also available in trading view by default.

bennycode commented 4 months ago

Great idea! I will move it into the Discussions board, so people can vote on it.