pandas-ta
pandas-ta copied to clipboard
Zig Zag Indicator
Hi, pandas_ta is a fantastic project, thanks for sharing it.
Maybe it si a good idea to implement the Zig-Zag indicator. It is a indicator that is nog based on periods but on % of change. On this way will be easy to find the higest and lowest pivot points in the past. It is also great to see the trend is up or down. In the link below the indicator is explained: https://www.investopedia.com/terms/z/zig_zag_indicator.asp
Hello @AureliusMarcusHu,
It's on the list. Hopefully someone can help contribute so it can be added quicker. 😎
Kind Regards, KJ
Did anyone working on Zig Zag indicator ?
Hello @puneeth714,
No one has submitted a working PR with it implemented yet. If you are feeling up to it, see #355 Creating a Custom Indicator on how to integrate it. Your contribution would be greatly appreciated. 😎
Thanks, KJ
Not a direct code, but I use this once for a project and look to be working great. Maybe a start ?
https://github.com/djoffrey/HarmonicPatterns
Hi there! That's an honor for me using pandas-ta library regularly and this motivated me to participate in its development. I developed zigzag indicator to resolve this issue. If there was any problems or feedback about it, please do not hesitate to get in touch as I always love to learn more.