Metadata-Version: 2.4
Name: xmpy_datarecorder
Version: 1.0.2
Summary: xmpy框架的数据记录应用。
Project-URL: Homepage, https://github.com/InkAbyss/xmpy_datarecorder
Project-URL: Issues, https://github.com/InkAbyss/xmpy_datarecorder/issues
Author-email: bhzy <2024305928@qq.com>
License: MIT
License-File: LICENSE
Keywords: algotrading,investment,quant,quantitative,trading
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: xmpy>=1.0.0
Description-Content-Type: text/markdown

# xmpy框架的行情录制模块

## 说明

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

记录的数据可以用于历史回测，以及策略的实盘初始化。

## 安装

安装环境推荐基于4.0.0版本以上的【[**VeighNa Studio**](https://www.vnpy.com)】。

直接使用pip命令：

```
pip install xmpy_datarecorder
```


或者下载源代码后，解压后在cmd中运行：

```
pip install .
```
