From a2ce2808af0f35d467099bc69f7cdac865ccfd7d Mon Sep 17 00:00:00 2001 From: hmo Date: Thu, 30 Jul 2026 00:29:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A7=E6=A0=BC=E5=BC=8F=E8=A1=8C?= =?UTF-8?q?=E5=9B=9E=E6=92=A4/=E5=9D=87=E6=8C=81=E4=BB=93=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=A9=BA=E2=80=94=E2=80=94=E5=9B=9E=E6=92=A4=E5=88=97?= =?UTF-8?q?=E5=8A=A0portfolio=5Ffull=E5=85=9C=E5=BA=95+=E5=9B=9E=E5=A1=ABa?= =?UTF-8?q?vg=5Fhold=5Fdays?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index bbedccc0..7adc69a5 100644 --- a/static/index.html +++ b/static/index.html @@ -2117,7 +2117,7 @@ function renderStrategyTable(strategies) { cell('avg_profit_pct', st.avg_profit_pct, v => v + '%', (st.avg_profit_pct || 0) >= 0 ? 'text-green-400' : 'text-red-400') + cell('sharpe_ratio', st.sharpe_ratio, v => v, hl(st.sharpe_ratio, best.sharpe_ratio)) + cell('profit_factor', st.profit_factor, v => v, hl(st.profit_factor, best.profit_factor)) + - cell('portfolio_max_dd_pct', pf.portfolio_max_dd_pct, v => v + '%', hl(pf.portfolio_max_dd_pct, best.portfolio_max_dd_pct, true), true) + + cell('portfolio_max_dd_pct', (st.portfolio_full||pf).portfolio_max_dd_pct, v => v + '%', hl((st.portfolio_full||pf).portfolio_max_dd_pct, best.portfolio_max_dd_pct, true), true) + '' + '' + '';