[Mod]调整RQData目录
This commit is contained in:
parent
fa2ce167ee
commit
b7771da092
10
examples/RQData/README.md
Normal file
10
examples/RQData/README.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
### RQData数据自动更新服务
|
||||||
|
|
||||||
|
vn.py官方推荐的历史数据解决方案,由RiceQuant提供的高质量期货数据服务。
|
||||||
|
|
||||||
|
使用步骤:
|
||||||
|
1. 前往[RQData主页](https://www.ricequant.com/purchase#1),购买标准版账户或者申请试用
|
||||||
|
2. 获得账户后将自动下载make.bat文件,在make.bat中找到name和password信息
|
||||||
|
3. 打开config.json,在rqUsername和rqPassword中填入上述信息,并在product列表中,填入需要更新行情的期货合约产品代码(只包含英文字母即可)
|
||||||
|
4. 双击“启动更新服务.bat”,来启动RQData数据自动更新服务,点击右上角关闭按钮可最小化到右下方的托盘栏
|
||||||
|
5. 在托盘栏图标上点击右键菜单中的“退出”可以退出程序
|
@ -19,7 +19,7 @@ from vnpy.trader.app.ctaStrategy.ctaBase import MINUTE_DB_NAME, DAILY_DB_NAME
|
|||||||
|
|
||||||
|
|
||||||
DAY_START = time(9, 0) # 日盘启动和停止时间
|
DAY_START = time(9, 0) # 日盘启动和停止时间
|
||||||
DAY_END = time(17, 15)
|
DAY_END = time(15, 15)
|
||||||
NIGHT_START = time(21, 0) # 夜盘启动和停止时间
|
NIGHT_START = time(21, 0) # 夜盘启动和停止时间
|
||||||
NIGHT_END = time(2, 30)
|
NIGHT_END = time(2, 30)
|
||||||
|
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
1
examples/RQData/启动更新服务.bat
Normal file
1
examples/RQData/启动更新服务.bat
Normal file
@ -0,0 +1 @@
|
|||||||
|
pythonw run.py
|
Loading…
Reference in New Issue
Block a user