diff --git a/static/index.html b/static/index.html index 6a4231a1..e4cfb813 100644 --- a/static/index.html +++ b/static/index.html @@ -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', '实际参与组合模拟的交易笔数;信号总数=为鼠标悬停查看') +