Metadata-Version: 2.1
Name: FreeBack
Version: 4.6.3
Summary: Package for backtest
Home-page: https://github.com/LHanLi/FreeBack
Author: LH.Li,zzq
Author-email: lh98lee@zju.edu.cn
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# -----------------------Module------------------------

**strat**： 择股和择时策略的快速回测框架

**barbybar**：逐k线，逐笔成交的事件驱动回测

**alpha**：因子测试

**event**：事件信号测试

**post**： 后处理模块

**display**： 可视化模块

**my_pd**：pandas常用操作

# -----------------------INSTALL-------------------------
从pypi安装:

            pip install FreeBack
从github安装： pip3 install --upgrade --user   git+https://github.com/LHanLi/FreeBack.git
            python setup.py develop

# ----------------------Hello world-----------------------
