nardew / talipp

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

Zigzag Indicator request #135

Closed P-Lamont closed 3 months ago

P-Lamont commented 4 months ago

https://stackoverflow.com/questions/62454181/zigzag-indicator-in-python Can you add something like this?

nardew commented 4 months ago

Hi, talipp already provides Pivot High Low which provides similar functionality to zig zag. Read more e.g. here.

P-Lamont commented 4 months ago

Thanks @nardew for replying. I have looked into it already. The reason I have suggested is because Pivot Points uses time to determine the pivot points while zigzag uses percentage.

nardew commented 3 months ago

@P-Lamont delivered in 2.3.0.