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

## 说明 AlgoTrading是用于算法交易执行的功能模块,提供多种常用的智能交易算法:TWAP、Sniper、Iceberg、BestLimit等,支持通过UI界面、CSV批量导入、外部模块访问等多种调用方式。 ## 安装 安装需要基于2.7.0版本以上的[VN Studio](https://www.vnpy.com)。 直接使用pip命令: ``` pip install vnpy_algotrading ``` 下载解压后在cmd中运行 ``` python setup.py install ```