Metadata-Version: 2.1
Name: FreeBack
Version: 3.0.0a0
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

# -----------------------FreeBack------------------------



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



**alpha**: 因子测试



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



**post**： 后处理模块



**display**： 可视化模块



**my_pd**：pandas常用操作



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

手动安装:     



              git clone https://github.com/LHanLi/FreeBack.git

              

              cd FreeBack

              

              python3 setup.py install --u

              

自动安装方法1:



            pip install FreeBack==3.0.0b0



方法2：



            pip3 install --upgrade --user   git+https://github.com/LHanLi/FreeBack.git



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

