GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Github地址:https://github.com/quantopian/zipline Python是一种广泛用于量化金融领域的编程语言,而Zipline是一个强大的开源库,专门用于量化交易策略的开发、测试和执行。本文将介绍Zipline库的基本概念,以及如何使用它来创建和回测量化交易策略。 更多Python学习内容:http://ipengtao.com 什么是Zipline? Zipline是一...
Verified 104followers San Francisco, CA http://flyzipline.com @zipline Overview Repositories12 Projects Packages People1 More Popular repositoriesLoading symforcesymforcePublic Forked fromsymforce-org/symforce Fast symbolic computation, code generation, and nonlinear optimization for robotics ...
If you are looking to start working with the Zipline codebase, navigate to the GitHub issues tab and start looking through interesting issues. Sometimes there are issues labeled as Beginner Friendly or Help Wanted. Feel free to ask questions on the mailing list or on Gitter. Note Please note...
自上次给大家了一版zipline for a 股的分支版本后,又有不少朋友微信和qq上问zipline 使用相关的一些问题,这次我就我自己使用情况把问题集中解答一下,同时也把我一个策略验证的代码集合开放给大家(https://github.com/kanghua309/strategy),供大家参考。
脚本https://github.com/zhanghan1990/zipline/blob/master/zipline/data/mongodb.py提供数据导入,修改line 29为您数据解压缩位置 然后执行脚本python mongodb.py 关于例子 -在examples下面有3个例子,这3个例子可以满足基本的回测需求,这三个例子我和joinquant做了比对,差距很小(ps,完全一样还是很难,手续费那里有...
python量化框架有很多,zipline是一个比较好的选择(在之后的安装中我后悔了),在github上星也是最多的,国内外很多量化都在用,中,英文档齐全,社区完整,发展成熟(好,不吹了) 安装 文档上有很多种安装,这里主要用anaconda在linux上安装(conda自行下载安装
$ git clone git@github.com:your-github-username/zipline.git Then check out to a new branch where you can make your changes: 然后检查到一下你可以做过修改的分支: $ git checkout -b some-short-descriptive-name If you don’t already have them, you’ll need some C library dependencies. Yo...
注意:版本 2.4 更新了 Zipline 以使用exchange_calendars>= 4.2。这是一个重大版本更新,可能会破坏现有代码(我们已尽力避免,但不能保证)。请在此处查看更改:github.com/gerrymanoim/exchange_calendars/issues/61。 安装 Zipline 支持 Python >= 3.8,并与当前版本的NumFOCUS相关库兼容,包括pandas和scikit-learn。
pip install --upgrade git+https://github.com/kanghua309/cn_stock_holidays.git@master 使用a股的...