Merge pull request #1985 from 1122455801/data_recorder.md_0801

[Update] data_recoder.md
This commit is contained in:
vn.py 2019-08-01 14:44:21 +08:00 committed by GitHub
commit 904baf073b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
- 后台会自动调用行情API接口的suscribe()函数自动订阅行情;
- 行情信息通过database_manager模块的save_bar_data()函数/save_tick_data()函数载入到数据库中。
注意目前vnpy支持的数据库为SQLite/ MySQL/ PostgreSQL/ MongoDB。若用户使用MongoDB则行情记录数据直接载入到MongoDB中。
注意目前vnpy支持的数据库为SQLite/ MySQL/ PostgreSQL/ MongoDB。其在VnTrader的菜单栏选择“配置”进入“全局配置”界面来选择数据库(默认为SQLite), 或者在用户目录下的.vntrader/vt_setting.json里面直接配置。若用户使用MongoDB则行情记录数据直接载入到MongoDB中。