📊 币安合约跟单系统

{{ 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 {{ apiConnected ? '已连接' : '未连接' }}
带单者 {{ healthStatus.lead_trader_connected ? '已连接' : (healthStatus.lead_trader_error ? '未连接' : '等待连接') }}
引擎 {{ engineStatus.is_running ? '已连接' : '未连接' }}
🎯 目标: {{ engineStatus.target_trader }}

🔑 API 绑定

⚙️ 跟单配置

📊 我的持仓

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

暂无持仓

📝 跟单记录

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

暂无跟单记录

📋 带单者信息

⚠️ {{ leadTraderInfo.error }}
资产管理规模
{{ leadTraderInfo.summary.totalAsset ? parseFloat(leadTraderInfo.summary.totalAsset).toLocaleString('zh-CN', {maximumFractionDigits:2}) : '-' }} USDT
保证金余额
{{ leadTraderInfo.summary.marginBalance ? parseFloat(leadTraderInfo.summary.marginBalance).toLocaleString('zh-CN', {maximumFractionDigits:2}) : '-' }} USDT
跟单者总盈利
{{ leadTraderInfo.summary.copierPnl ? '+' + parseFloat(leadTraderInfo.summary.copierPnl).toLocaleString('zh-CN', {maximumFractionDigits:2}) : '-' }} USDT
分润比例
{{ leadTraderInfo.summary.profitSharingRate ? leadTraderInfo.summary.profitSharingRate + '%' : '-' }}
交易总数
{{ 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 }}
📭

暂无交易记录