1 Star 0 Fork 0

vv_soft/Lean

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

QuantConnect.com Interaction via API (python edition)

What is it

quantconnect is a Python package providing interaction via API with QuantConnect.com.

Installation Instructions

This package can be installed with pip:

>>> pip install quantconnect -U

Local installation:

>>> pip install -e Lean/PythonToolbox

Enter Python's interpreter and type the following commands:

>>> from quantconnect.api import Api
>>> api = Api(your-user-id, your-token)
>>> p = api.list_projects()
>>> print(len(p['projects']))

For your user id and token, please visit your account page.

Create the package

Edit setup.py to set the desired package version. Then, create the distribution and upload it with twine.:

>>> python setup.py sdist
>>> twine upload  dist/*

Lean Report Creator

Create beautiful HTML/PDF reports for sharing your LEAN backtest results in Python. For more information see the [Tutorial](https://www.quantconnect.com/tutorials/open-source/lean-report-creator)

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/dahuotou/Lean.git
git@gitee.com:dahuotou/Lean.git
dahuotou
Lean
Lean
master

搜索帮助