anandanand84 / technicalindicators

A javascript technical indicators written in typescript with pattern recognition right in the browser
MIT License
2.16k stars 558 forks source link

Add smoothing option to Stochastic #230

Open JiCiT opened 3 years ago

JiCiT commented 3 years ago

Added an option to have a slow K%.

pawelotto commented 3 years ago

I cloned, built and installed your commit locally. This works absolutely fantastic, exactly what I've been looking for. Thanks!

Any feedback from maintainer when this will be merged? This smoothing you created is highly requested but repo seems abandoned unfortunately.

JiCiT commented 3 years ago

@pawelotto, Sorry I didn't see your comments earlier. I added the changes to dist/index.js too so that the option is immediately available without the need to compile.

tonogueira2 commented 2 years ago

me too