https://github.com/vnpy/vnpy_ctastrategy
VeighNa框架的CTA策略模块
https://github.com/vnpy/vnpy_ctastrategy
veighna vnpy
Last synced: over 1 year ago
JSON representation
VeighNa框架的CTA策略模块
- Host: GitHub
- URL: https://github.com/vnpy/vnpy_ctastrategy
- Owner: vnpy
- License: mit
- Created: 2021-04-12T11:14:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T05:28:31.000Z (over 1 year ago)
- Last Synced: 2025-04-03T22:06:56.919Z (over 1 year ago)
- Topics: veighna, vnpy
- Language: Python
- Homepage: https://www.vnpy.com
- Size: 170 KB
- Stars: 126
- Watchers: 9
- Forks: 140
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# VeighNa框架的CTA策略模块
## 说明
针对单标的CTA类量化策略设计的应用模块,用于实现CTA策略从代码开发、历史回测、参数优化到自动交易的全流程业务功能。
## 安装
安装环境推荐基于4.0.0版本以上的【[**VeighNa Studio**](https://www.vnpy.com)】。
直接使用pip命令:
```
pip install vnpy_ctastrategy
```
或者下载源代码后,解压后在cmd中运行:
```
pip install .
```