# vnpy_spreadtrading **Repository Path**: devafc/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**: 24 - **Created**: 2024-07-13 - **Last Updated**: 2024-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VeighNa框架的价差交易模块

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