Metadata-Version: 2.1
Name: technic
Version: 0.0.2
Summary: A python library for Technical Trading
Home-page: https://github.com/dvd9604/technic.git
Author: Divyaansh Dandona
Author-email: divy96@gmail.com
License: UNKNOWN
Keywords: trading,technical,analysis
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas

# Technic

A trading technical analysis library for python.

## Dependencies

1. pandas
2. numpy

## Supported Technical Functions

| Indicator             | Status      |
| --------------------- | ----------- |
| SMA                   | DONE        |
| EMA                   | DONE        |
| RSI                   | DONE        |
| ATR                   | DONE        |
| STD                   | DONE        |
| MACD                  | DONE        |
| BOLLINGER BANDS       | DONE        |
| KELTNER CHANNELS      | DONE        |
| SQUEEEZE              | COMING SOON |
| STOCHASTIC OSCILLATOR | COMING SOON |


