# vnpy_spreadtrading **Repository Path**: three-comma-club/vnpy_spreadtrading ## Basic Information - **Project Name**: vnpy_spreadtrading - **Description**: vn.py框架的价差交易模块 - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: https://www.vnpy.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 21 - **Created**: 2022-02-11 - **Last Updated**: 2022-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vn.py框架的价差交易模块

## 说明 针对多条合约腿价差交易设计的应用模块,覆盖价差盘口计算、价差算法执行、价差策略开发的全流程业务功能。 ## 注意 不支持使用交易所套利单组成的价差交易合约。 ## 安装 安装需要基于2.6.0版本以上的[VN Studio](https://www.vnpy.com)。 直接使用pip命令: ``` pip install vnpy_spreadtrading ``` 下载解压后在cmd中运行 ``` python setup.py install ```