https://github.com/vnpy/vnpy_datarecorder
VeighNa框架的行情录制模块
https://github.com/vnpy/vnpy_datarecorder
python veighna vnpy
Last synced: over 1 year ago
JSON representation
VeighNa框架的行情录制模块
- Host: GitHub
- URL: https://github.com/vnpy/vnpy_datarecorder
- Owner: vnpy
- License: mit
- Created: 2021-09-14T08:12:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T02:30:14.000Z (about 2 years ago)
- Last Synced: 2025-03-18T11:11:27.346Z (over 1 year ago)
- Topics: python, veighna, vnpy
- Language: Python
- Homepage: https://www.vnpy.com
- Size: 40 KB
- Stars: 11
- Watchers: 2
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# VeighNa框架的行情录制模块
## 说明
DataRecorder是用于实时行情记录的模块,用户可以利用该模块记录实时Tick数据和K线数据,并自动写入保存到数据库中。
记录的数据可以通过DataManager模块查看,也可以用于CtaBacktester的历史回测,以及CtaStrategy、PortfolioStrategy等策略的实盘初始化。
## 安装
安装环境推荐基于3.9.0版本以上的【[**VeighNa Studio**](https://www.vnpy.com)】。
直接使用pip命令:
```
pip install vnpy_datarecorder
```
或者下载源代码后,解压后在cmd中运行:
```
pip install .
```