feat: 完善 QMT 交易模块文档和配置展示功能

- 优化前端仪表盘界面
- 添加配置文件可视化展示
- 编写 QMT 模块配置文档
- 完善项目规则体系(KiloCode)
This commit is contained in:
2026-01-27 00:52:35 +08:00
parent 50ee1a5a0a
commit 4607555eaf
31 changed files with 5248 additions and 8621 deletions

View File

@@ -65,6 +65,7 @@ from main.factor import (
BBI_RATIO_FACTOR,
VolatilitySlopeFactor,
PriceVolumeTrendFactor,
SimpleVolatilityFactor
)
@@ -168,6 +169,10 @@ def calculate_all_factors(
"class": CrossSectionalRankFactor,
"params": {"column": "circ_mv", "name": "size_rank"},
},
{
"class": SimpleVolatilityFactor,
"params": {"high", "low", "vol"}
}
]
if date_factor_configs is None: