From 18eeac233ad062c3b3fbe7839ed34ffdde96f1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=87=E8=96=87=E5=AE=89?= Date: Thu, 22 Jan 2026 20:31:10 +0800 Subject: [PATCH] a --- frontend/src/components/TradeList.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/TradeList.jsx b/frontend/src/components/TradeList.jsx index bd835bc..4c229f0 100644 --- a/frontend/src/components/TradeList.jsx +++ b/frontend/src/components/TradeList.jsx @@ -242,15 +242,15 @@ const TradeList = () => { stats && (
整体统计
-
+
总交易数:{stats.total_trades}
胜率:{stats.win_rate.toFixed(2)}%
-
+
总盈亏:{stats.total_pnl.toFixed(2)} USDT
平均盈亏:{stats.avg_pnl.toFixed(2)} USDT
-
+
平均持仓时长(分钟):{stats.avg_duration_minutes ? Number(stats.avg_duration_minutes).toFixed(0) : 0}
平仓原因(有意义交易):
@@ -274,7 +274,7 @@ const TradeList = () => {
-
+
平均盈利 / 平均亏损(期望 3:1):{Number(stats.avg_win_loss_ratio || 0).toFixed(2)} : 1
总交易量(名义):{Number(stats.total_notional_usdt || 0).toFixed(2)} USDT