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

backtest，stock, option, future，factor investing, portfiolio analyis

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

**alpha**：截面因子测试

**signal**：时序信号测试

**strat**： 基于并行的择股和择时策略的回测

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

**opt**：投资组合优化

**post**： 后处理模块

**display**： 可视化模块

**my_pd**：pandas常用操作

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

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

            pip install FreeBack

从github安装： 

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

            python setup.py develop

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