feat: 完善 QMT 交易模块文档和配置展示功能
- 优化前端仪表盘界面 - 添加配置文件可视化展示 - 编写 QMT 模块配置文档 - 完善项目规则体系(KiloCode)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user