Skip to content

量化投资回测框架 backtest,stock, option, future,factor investing, portfiolio analyis

License

Notifications You must be signed in to change notification settings

LHanLi/FreeBack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

-----------------------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-----------------------