nardew / talipp

talipp - incremental technical analysis library for python
https://nardew.github.io/talipp
MIT License
367 stars 59 forks source link

KDJ Indicator request #132

Closed NeoWang9999 closed 4 months ago

NeoWang9999 commented 4 months ago

https://docs.anychart.com/Stock_Charts/Technical_Indicators/KDJ#:~:text=KDJ%20indicator%20is%20otherwise%20known,line%20called%20the%20J%20line.

nardew commented 4 months ago

Hi, KDJ is just regular Stoch with additional J value which is calculated as 3 × the day K value - 2 × the day D value. Since this J can be calculated manually easily, I do not see a benefit of including the indicator in the library. If you feel otherwise, reopen and let me know.