jealous / stockstats

Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.
Other
1.29k stars 299 forks source link

WMA and Hull MA #180

Open ivictoriadobos opened 11 months ago

ivictoriadobos commented 11 months ago

Hello :)

Wondering if there is a wrapper for WMA (not Volume WMA) and Hull MA? If not, can I contribute?

Thanks, your repository helps me so much.

jealous commented 11 months ago

What does your WMA stand for? I don't think I have supported Hull MA. Contribution is welcome. Normally you should add the implementation, the test and update the document in README. Feel free to create a PR. Thanks.

ivictoriadobos commented 11 months ago

Weighted Moving Average, here is how trading view is computing it: https://www.tradingcode.net/tradingview/weighted-moving-average/