diff --git a/static/index.html b/static/index.html index 6a966be2..72335bb9 100644 --- a/static/index.html +++ b/static/index.html @@ -2795,8 +2795,8 @@ function renderStrategyTable(strategies) { '' + '
资格 ⓘ§ | ' +
- '可用 ⓘ§ | ' +
+ '资格 ' + (window._colBtnsOn !== false ? 'ⓘ§ ' : '') + ' | ' +
+ '可用 ' + (window._colBtnsOn !== false ? 'ⓘ§ ' : '') + ' | ' +
th('win_rate', '胜率', 'text-right', '盈利笔数占比', 'win_rate') + th('avg_profit', '平均收益', 'text-right', '每笔平均收益率', 'avg_profit') + th('trades', '成交/信号', 'text-right', '实际入场笔数 / 触发信号数(组合模拟10等分仓位下实际成交)', 'trades') +
th('hold', '均持仓', 'text-right', '平均持仓天数', 'hold') + th('cagr', '年化', 'text-right', '年化收益率', 'cagr') + th('composite', '综合', 'text-right', '多维度综合评分', 'composite') +
th('sharpe', '夏普', 'text-right', '每单位波动超额收益', 'sharpe') + th('profit_factor', '盈亏比', 'text-right', '总盈利/总亏损', 'profit_factor') +
|---|