Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.