2 Star 6 Fork 17

vn.py官方 / vnpy_datarecorder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
vn.py 提交于 2023-09-08 16:48 . [Mod] 更新版本号到1.0.6

VeighNa框架的行情录制模块

说明

DataRecorder是用于实时行情记录的模块,用户可以利用该模块记录实时Tick数据和K线数据,并自动写入保存到数据库中。

记录的数据可以通过DataManager模块查看,也可以用于CtaBacktester的历史回测,以及CtaStrategy、PortfolioStrategy等策略的实盘初始化。

安装

安装环境推荐基于3.7.0版本以上的【VeighNa Studio】。

直接使用pip命令:

pip install vnpy_datarecorder

或者下载源代码后,解压后在cmd中运行:

pip install .
Python
1
https://gitee.com/vnpy/vnpy_datarecorder.git
git@gitee.com:vnpy/vnpy_datarecorder.git
vnpy
vnpy_datarecorder
vnpy_datarecorder
main

搜索帮助