# vnpy_spreadtrading **Repository Path**: billyquant/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**: 2021-11-08 - **Last Updated**: 2022-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vn.py框架的价差交易模块

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