[Mod]调整RQData目录

This commit is contained in:
vn.py 2018-12-16 15:28:36 +08:00
parent fa2ce167ee
commit b7771da092
8 changed files with 12 additions and 1 deletions

10
examples/RQData/README.md Normal file
View 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. 在托盘栏图标上点击右键菜单中的“退出”可以退出程序

View File

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

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -0,0 +1 @@
pythonw run.py