Metadata-Version: 2.1
Name: indicator-management
Version: 0.1.1
Summary: A library to help management of fully customized indicators
Home-page: https://github.com/McDic/IndicatorManagement
Author: McDic
Author-email: spongbob9876@naver.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/McDic/IndicatorManagement/issues
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Natural Language :: English
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# IndicatorManagement

A library to help management of fully customized indicators.

# Features

This library provides management of financial indicators, without having any problem on large amount of series data.

# Dependencies

- Python 3.10+

# Installation

```
pip install indicator-management
```

# Examples

Please have a look at `examples` folder.

# Planned Future Features

- Implement financial indicators including MACD, RSI, Bollinger Bands, etc


