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框架的算法交易模块
- Host: GitHub
- URL: https://github.com/vnpy/vnpy_algotrading
- Owner: vnpy
- License: mit
- Created: 2021-09-29T00:40:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T02:09:38.000Z (over 1 year ago)
- Last Synced: 2025-04-09T16:13:39.390Z (over 1 year ago)
- Topics: algotrading, python, veighna, vnpy
- Language: Python
- Homepage: https://www.vnpy.com
- Size: 109 KB
- Stars: 34
- Watchers: 5
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 .
```