add files

This commit is contained in:
songkunling
2025-08-11 18:06:53 +08:00
parent 3f115f1f14
commit 21ce1831ec
23 changed files with 2429 additions and 290 deletions
+7
View File
@@ -0,0 +1,7 @@
# 风险管理模块
此模块包含所有风险管理相关的组件:
- `market_state.py`: 市场状态分析器,基于resilient_trend逻辑
- `position_manager.py`: 仓位管理器,基于profit_protect逻辑
- `__init__.py`: 风险管理控制器,统一接口