📊 币安合约跟单系统

{{ userInfo.membership_type === 'admin' ? '管理员' : userInfo.membership_type === 'trial' ? '体验版' : userInfo.membership_type === 'monthly' ? '月度会员' : '年度会员' }} 到期: {{ userInfo.membership_expire.substring(0,10) }} {{ userInfo.username }}
💰
账户权益
{{ accountInfo.equity ? accountInfo.equity.toFixed(2) : '0.00' }} USDT
💵
钱包余额
{{ accountInfo.wallet_balance ? accountInfo.wallet_balance.toFixed(2) : '0.00' }}
📈
未实现盈亏
{{ accountInfo.unrealized_profit ? (accountInfo.unrealized_profit >= 0 ? '+' : '') + accountInfo.unrealized_profit.toFixed(2) : '0.00' }}
可用保证金
{{ accountInfo.available_balance ? accountInfo.available_balance.toFixed(2) : '0.00' }}
API {{ healthStatus.api_connected ? '已连接' : '未连接' }}
带单者 {{ healthStatus.lead_trader_connected ? '已连接' : '未连接' }}
引擎 {{ engineStatus.is_running ? '运行中' : '已停止' }}
🎯 目标: {{ engineStatus.target_trader }}

🔑 API 绑定

⚙️ 跟单配置

📋 带单者信息

⚠️ {{ leadTraderInfo.error }}
交易总数
{{ leadTraderInfo.summary.totalTrades || 0 }}
持仓数量
{{ leadTraderInfo.positions.length }}
时间交易对方向数量价格
{{ t.updateTime ? new Date(t.updateTime).toLocaleString('zh-CN',{month:'2-digit',day:'2-digit',hour:'2-digit',minute:'2-digit'}) : '-' }} {{ t.symbol }} {{ t.side }} {{ t.executedQty }} {{ t.avgPrice }}
📭

暂无交易记录

📊 我的持仓

交易对方向数量盈亏操作
{{ p.symbol }} {{ parseFloat(p.positionAmt) > 0 ? '多' : '空' }} {{ Math.abs(parseFloat(p.positionAmt)) }} {{ parseFloat(p.unRealizedProfit).toFixed(2) }}
📊

暂无持仓

📝 跟单记录

时间交易对方向数量状态
{{ r.created_at.substring(5,16) }} {{ r.symbol }} {{ r.side }} {{ r.quantity }} {{ r.status }}
📝

暂无跟单记录