Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T14:09:04.000Z (11 months ago)
- Last Synced: 2025-01-28T01:54:12.471Z (10 days ago)
- Topics: data-science, statistics, technical-analysis
- Language: Jupyter Notebook
- Size: 305 KB
- Stars: 451
- Watchers: 28
- Forks: 181
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
![build-and-test-python](https://github.com/jbn/ZigZag/actions/workflows/build-and-test-python.yml/badge.svg)
[![PyPI version](https://badge.fury.io/py/ZigZag.svg)](https://badge.fury.io/py/ZigZag)
[![GitHub stars](https://img.shields.io/github/stars/jbn/ZigZag)](https://github.com/jbn/ZigZag/stargazers)
[![GitHub license](https://img.shields.io/github/license/jbn/ZigZag)](https://github.com/jbn/ZigZag/blob/main/LICENSE.txt)
![PyPI - Downloads](https://img.shields.io/pypi/dm/ZigZag)# 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.