Skip to content

Commit

Permalink
[Mod] update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Apr 30, 2021
1 parent 8237413 commit 5b12456
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
## 调整
1. 修改CTA模块的净仓交易模式,支持上期所和能交所的今昨仓拆分下单
2. 调整组合策略模块的回测引擎K线回放逻辑,当某个时间点K线数据缺失时,推送给策略的K线字典中不对其进行向前补齐
3. 将CTP接口和API封装,剥离到vnpy_ctp项目中
3. 将CTP穿透式测试接口和API封装,剥离到vnpy_ctptest项目中

## 新增
1. 新增DataManager在导入CSV文件时,对于时间戳时区的选择功能
2. 新增CtaStrategy模块的策略移仓助手功能,实现一键式期货换月移仓支持
3. 新增OKEX V5 API接口支持,通过vnpy_okex项目进行加载


# 2.2.0版本
Expand Down
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

<p align="center">
<img src ="https://img.shields.io/badge/version-2.2.0-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/version-2.3.0-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-yellow.svg"/>
<img src ="https://img.shields.io/badge/python-3.7-blue.svg" />
<img src ="https://img.shields.io/github/workflow/status/vnpy/vnpy/Python%20application/master"/>
Expand Down Expand Up @@ -94,13 +94,7 @@ vn.py是一套基于Python的开源量化交易系统开发框架,于2015年1

* 币安永续(binances):数字货币永续合约

* OKEX(okex):数字货币现货

* OKEX永续(okexs):数字货币永续合约

* OKEX期货(okexf):数字货币期货

* OKEX期权(okexo):数字货币期权
* OKEX(okex):数字货币现货、期货、永续、期权(V5统一账户)

* 火币(huobi):数字货币现货

Expand Down Expand Up @@ -190,7 +184,7 @@ vn.py是一套基于Python的开源量化交易系统开发框架,于2015年1

## 环境准备

* 推荐使用vn.py团队为量化交易专门打造的Python发行版[VNStudio-2.2.0](https://download.vnpy.com/vnstudio-2.2.0.exe),内置了最新版的vn.py框架以及VN Station量化管理平台,无需手动安装
* 推荐使用vn.py团队为量化交易专门打造的Python发行版[VNStudio-2.3.0](https://download.vnpy.com/vnstudio-2.3.0.exe),内置了最新版的vn.py框架以及VN Station量化管理平台,无需手动安装
* 支持的系统版本:Windows 7以上/Windows Server 2008以上/Ubuntu 18.04 LTS
* 支持的Python版本:Python 3.7 64位(**注意必须是Python 3.7 64位版本**

Expand Down

0 comments on commit 5b12456

Please sign in to comment.