Metadata-Version: 2.4
Name: xmpy_ctastrategy
Version: 1.0.0
Summary: 星梦（xmpy）框架的CTA策略应用。
Author-email: bhzy <2024305928@qq.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/InkAbyss/xmpy_ctastrategy
Project-URL: Issues, https://github.com/InkAbyss/xmpy_ctastrategy/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: importlib_metadata>=8.6.1
Dynamic: license-file

# 星梦(xmpy)框架的CTA策略模块

## 说明
针对单标的CTA类量化策略设计的应用模块，用于实现CTA策略从代码开发、历史回测、参数优化到自动交易的全流程业务功能。

## 安装
### 直接使用pip命令：
pip install xmpy_ctastrategy

### 或者下载源代码后，解压后在cmd中运行：
pip install .
