Skip to content

Commit c3e121f

Browse files
committed
Update README.md
1 parent a8f41e1 commit c3e121f

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

README.md

+32-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
1-
# vnpy_algotrading
2-
vn.py框架的算法交易模块
1+
# vn.py框架的算法交易模块
2+
3+
<p align="center">
4+
<img src ="https://vnpy.oss-cn-shanghai.aliyuncs.com/vnpy-logo.png"/>
5+
</p>
6+
7+
<p align="center">
8+
<img src ="https://img.shields.io/badge/version-1.0.0-blueviolet.svg"/>
9+
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-yellow.svg"/>
10+
<img src ="https://img.shields.io/badge/python-3.7-blue.svg" />
11+
<img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange"/>
12+
</p>
13+
14+
## 说明
15+
16+
提供多种常用的智能交易算法:TWAP、Sniper、Iceberg、BestLimit等,支持对接外部智能算法交易服务(如金纳算法)
17+
18+
## 安装
19+
20+
安装需要基于2.6.0版本以上的[VN Studio](https://www.vnpy.com)
21+
22+
直接使用pip命令:
23+
24+
```
25+
pip install vnpy_algotrading
26+
```
27+
28+
下载解压后在cmd中运行
29+
30+
```
31+
python setup.py install
32+
```

0 commit comments

Comments
 (0)