Metadata-Version: 2.4
Name: xmpy_ctastrategy
Version: 1.0.4
Summary: xmpy框架的CTA策略应用。
Project-URL: Homepage, https://github.com/InkAbyss/xmpy_ctastrategy
Project-URL: Issues, https://github.com/InkAbyss/xmpy_ctastrategy/issues
Author-email: bhzy <2024305928@qq.com>
License: MIT
License-File: LICENSE
Keywords: algotrading,investment,quant,quantitative,trading
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: xmpy>=1.0.0
Description-Content-Type: text/markdown

# xmpy框架的CTA策略模块

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

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

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