Metadata-Version: 2.1
Name: zvt
Version: 0.0.7
Summary: unified,modular quantitative system for human beings 
Home-page: https://github.com/zvtvz/zvt
Author: foolcage
Author-email: 5533061@qq.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/zvtvz/zvt/issues
Project-URL: Funding, https://www.foolcage.com/zvt
Project-URL: Say Thanks!, https://saythanks.io/to/foolcage
Project-URL: Source, https://github.com/zvtvz/zvt
Description: [![image](https://img.shields.io/pypi/v/zvt.svg)](https://pypi.org/project/zvt/)
        [![image](https://img.shields.io/pypi/l/zvt.svg)](https://pypi.org/project/zvt/)
        [![image](https://img.shields.io/pypi/pyversions/zvt.svg)](https://pypi.org/project/zvt/)
        [![Build Status](https://api.travis-ci.org/zvtvz/zvt.svg?branch=master)](https://travis-ci.org/zvtvz/zvt)
        [![codecov.io](https://codecov.io/github/zvtvz/zvt/coverage.svg?branch=master)](https://codecov.io/github/zvtvz/zvt)
        [![HitCount](http://hits.dwyl.io/zvtvz/zvt.svg)](http://hits.dwyl.io/zvtvz/zvt)
        
        **Read this in other languages: [中文](README-cn.md).**  
        
        ZVT is a quant trading platform written after rethinking about [fooltrader] (https://github.com/foolcage/fooltrader), which includes scalable data recorder, api, factor calculation, stock picking, backtesting, trading and focus on  **low frequency**, **multi-level**, **multi-factors** **multi-targets** full market analysis and trading framework.
        
        # how to use
        please check the the docs(the two'are same):  
        [http://zvt.foolcage.com](http://zvt.foolcage.com)  
        [https://zvtvz.github.io/zvt](https://zvtvz.github.io/zvt)
        
        # examples
        
        [*trader examples*](./examples)  
        
        ### show your algorithm trading signals and performance
        <p align="center"><img src='./docs/imgs/trader_list_view.gif'/></p>
        
        ### multiple targets trading
        <p align="center"><img src='./docs/imgs/multiple-stock-macd.gif'/></p>
        
        ### realtime trading for cryptocurrency
        <p align="center"><img src='./docs/imgs/realtime_signals.gif'/></p>
        
        ### select the targets for your factors
        <p align="center"><img src='./docs/imgs/fundamental-selector-in-notebook.png'/></p>
        
        <p align="center"><img src='./docs/imgs/technical-selector-in-notebook.gif'/></p>
        
        You could easily extend the factors and use it trading your  targets,ZVT is:
        
         - **multi-level**
         - **multi-factors** 
         - **multi-targets**
        
        And what's most important:
         - **scaleable**
         - **testable**
         - **viewable**
        
        # Contact information
        QQ group:300911873  
        if you like this project,please star it and tell me your github user name when joining the qq group  
        check http://www.imqq.com/html/FAQ_en/html/Discussions_3.html
Keywords: ml quant stock finance fintech big-data tushare vnpy technical-analysis trading-platform pandas fundamental-analysis
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Customer Service
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
