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 @@
暂无历史订单
-
-