ui: 集中仓列标注运气警告

This commit is contained in:
hmo
2026-07-29 23:47:41 +08:00
parent 2d9766ffd2
commit 1e379bb533
+1 -1
View File
@@ -2088,7 +2088,7 @@ function renderStrategyTable(strategies) {
th('composite', '综合', 'text-right') +
th('universality', '普适', 'text-right') +
th('full_return', '全参与', 'text-right') +
th('total_return', '集中仓', 'text-right') +
th('total_return', '集中仓⚠️', 'text-right', '该策略最优激进仓位下的挑装收益——含上车运气,方差大') +
th('capital_final', '最终资产', 'text-right') +
th('cagr', '年化', 'text-right') +
th('trades', '执行数', 'text-right', '实际参与组合模拟的交易笔数;信号总数=为鼠标悬停查看') +