diff --git a/static/index.html b/static/index.html index 5b6a184d..41c73943 100644 --- a/static/index.html +++ b/static/index.html @@ -2638,7 +2638,7 @@ function renderStrategyTable(strategies) { cell('composite', comp, v => v, 'font-bold text-amber-300') + cell('sharpe_ratio', rw.sharpe_ratio != null ? rw.sharpe_ratio : null, v => v) + cell('profit_factor', rw.profit_factor != null ? rw.profit_factor : null, v => v) + - cell('universality_score', univ, v => v + '' + (univYears || '') + '') + + cell('universality_score', univ, v => v + ' ' + (univYears || '') + '') + cell('portfolio_max_dd_pct', ddV, v => v + '%', '') + ''; };