pandas-ta icon indicating copy to clipboard operation
pandas-ta copied to clipboard

Zig Zag Indicator

Open AureliusMarcusHu opened this issue 3 years ago • 5 comments

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

AureliusMarcusHu avatar Nov 29 '21 13:11 AureliusMarcusHu

Hello @AureliusMarcusHu,

It's on the list. Hopefully someone can help contribute so it can be added quicker. 😎

Kind Regards, KJ

twopirllc avatar Nov 30 '21 20:11 twopirllc

Did anyone working on Zig Zag indicator ?

puneeth714 avatar Jan 14 '22 11:01 puneeth714

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

twopirllc avatar Jan 14 '22 22:01 twopirllc

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

jonathandumaresq avatar Aug 30 '22 13:08 jonathandumaresq

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.

aligheshlaghi97 avatar May 27 '23 15:05 aligheshlaghi97