Metadata-Version: 2.1
Name: legitindicators
Version: 0.0.17
Summary: Legit indicators to be used in trading strategies.
Home-page: https://github.com/aticio/legitindicators
Author: Özgür Atıcı
Author-email: aticiozgur@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: pytest (>=3.7) ; extra == 'dev'

# Legit Indicators

![Publish Python 🐍 distributions 📦 to PyPI and TestPyPI](https://github.com/aticio/legitindicators/workflows/Publish%20Python%20%F0%9F%90%8D%20distributions%20%F0%9F%93%A6%20to%20PyPI%20and%20TestPyPI/badge.svg)

Collection of indicators that I used in my strategies.

## Installation

Run the following to install:

```python
pip install legitindicators
```


