travisfu / rqalpha-1

A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities
http://rqalpha.io
Other
0 stars 0 forks source link

解决新版数据下载的问题 #3

Open travisfu opened 4 years ago

travisfu commented 4 years ago

研究是否可以修改数据不用每月更新

确定是否每月更新日度数据

travisfu commented 4 years ago

发现老版数据只更新到5/6/2020,如果贸然更新会把以前的数据洗掉

travisfu commented 4 years ago

在cmds\bundle.py中,有三个数据相关函数:

download_bundle是用url月度更新 create_bundle和update_bundle都需要rqdata账号密码,可以日度更新

这三个函数都添加了@click语法糖,运行时都会在命令行中输入参数

travisfu commented 4 years ago

在cmds\bundle中添加主运行语句,如果从这里运行可以直接下载截止到上个月的数据 修改了默认bundle位置,不在c盘user目录下,改到了项目文件夹.rqalpha\bundle