Metadata-Version: 2.1
Name: zi-dct0
Version: 0.0.7
Summary: ZI DCT0 implementation in python
Home-page: https://github.com/kiennt23/zi_dct0.git
Author: Kien Nguyen
Author-email: kiennt23@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent

# ZI DCT0

This is a Python implementation for the ZI DCT0 trading algorithm. The explanation of the algorithm is beyond the scope of this documentation.
Use at your own risk.

**Source code** [https://github.com/kiennt23/zi_dct0](url)

## Install
Use pip to install the library
```commandline
pip install zi_dct0
```

## Usage
Usage can be find in `test` page

