An open API service indexing awesome lists of open source software.

https://github.com/vnpy/vnpy_algotrading

VeighNa框架的算法交易模块
https://github.com/vnpy/vnpy_algotrading

algotrading python veighna vnpy

Last synced: 4 months ago
JSON representation

VeighNa框架的算法交易模块

Awesome Lists containing this project

README

          

# VeighNa框架的算法交易模块








## 说明

AlgoTrading是用于算法交易执行的功能模块,提供多种常用的智能交易算法:TWAP、Sniper、Iceberg、BestLimit等,支持通过UI界面、CSV批量导入、外部模块访问等多种调用方式。

## 安装

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

直接使用pip命令:

```
pip install vnpy_algotrading
```

或者下载源代码后,解压后在cmd中运行:

```
pip install .
```