From ba45ccd7120912a95c57f78d716f8da5f4867505 Mon Sep 17 00:00:00 2001
From: aaron <>
Date: Sun, 29 Mar 2026 18:26:25 +0800
Subject: [PATCH] update
---
frontend/trading.html | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/frontend/trading.html b/frontend/trading.html
index 71403f1..349f06d 100644
--- a/frontend/trading.html
+++ b/frontend/trading.html
@@ -304,10 +304,6 @@
${{ account.current_balance ? account.current_balance.toLocaleString() : '0' }}
可用: ${{ account.available_margin ? account.available_margin.toLocaleString() : '0' }}
-
-
持仓价值
-
${{ account.total_position_value ? account.total_position_value.toLocaleString() : '0' }}
-
已实现盈亏
@@ -340,10 +336,6 @@
{{ stats.max_drawdown ? stats.max_drawdown.toFixed(2) : '0.00' }}%
-
-
总杠杆率
-
{{ account.current_total_leverage ? account.current_total_leverage.toFixed(1) : '0.0' }}x / {{ account.max_total_leverage || 10 }}x
-
@@ -391,10 +383,6 @@
暂无历史订单
-
-