https://github.com/jbn/zigzag
Python library for identifying the peaks and valleys of a time series.
https://github.com/jbn/zigzag
data-science statistics technical-analysis
Last synced: about 1 month ago
JSON representation
Python library for identifying the peaks and valleys of a time series.
- Host: GitHub
- URL: https://github.com/jbn/zigzag
- Owner: jbn
- License: bsd-3-clause
- Created: 2014-02-22T16:52:42.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T14:09:04.000Z (over 1 year ago)
- Last Synced: 2025-05-16T11:06:02.618Z (about 1 month ago)
- Topics: data-science, statistics, technical-analysis
- Language: Jupyter Notebook
- Size: 305 KB
- Stars: 460
- Watchers: 28
- Forks: 188
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README

[](https://badge.fury.io/py/ZigZag)
[](https://github.com/jbn/ZigZag/stargazers)
[](https://github.com/jbn/ZigZag/blob/main/LICENSE.txt)
# ZigZag
ZigZag provides functions for identifying the peaks and valleys of a time
series. Additionally, it provides a function for computing the maximum drawdown.For fastest understanding, [view the IPython notebook demo tutorial](https://github.com/jbn/ZigZag/blob/master/zigzag_demo.ipynb>).
## Contributing
This is an admittedly small project. Still, if you have any contributions,
please [fork this project on github](https://github.com/jbn/ZigZag) and
send me a pull request.