Metadata-Version: 2.1
Name: FreeBack
Version: 3.0.1a0
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
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: statsmodels
Requires-Dist: seaborn
Requires-Dist: plottable
Requires-Dist: pyecharts
Requires-Dist: numpy-ext

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



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



**alpha**: 因子测试



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



**post**： 后处理模块



**display**： 可视化模块



**my_pd**：pandas常用操作



# -----------------------INSTALL-------------------------

从pypi安装:



            pip install FreeBack==3.0.0b0

从github安装： pip3 install --upgrade --user   git+https://github.com/LHanLi/FreeBack.git

            python setup.py develop



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

