sdcoffey / techan

Technical Analysis Library for Golang
https://godoc.org/github.com/sdcoffey/techan
MIT License
840 stars 143 forks source link

Feature request - add support for KDJ or Stochastic Oscillator #28

Open tsubus opened 3 years ago

tsubus commented 3 years ago

https://docs.anychart.com/Stock_Charts/Technical_Indicators/KDJ

https://www.investopedia.com/terms/s/stochasticoscillator.asp

Either one is fine, KDJ is based on stochasatic oscillator, it just adds the J line that represents the divergence between K and D. Useful for determining the right times to buy or sell.

sdcoffey commented 3 years ago

I'm into it! Feel free to submit a PR if you like, otherwise I'll try to get to it in the next few weeks

tsubus commented 3 years ago

I'm into it! Feel free to submit a PR if you like, otherwise I'll try to get to it in the next few weeks

https://github.com/sdcoffey/techan/pull/35