Metadata-Version: 1.1
Name: zi_dct0
Version: 0.0.8
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
Description: # 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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
