定比跟单 · 多用户支持 · 自动下单平仓
注册即获7天体验
| 交易对 | 方向 | 杠杆 | 数量 | 开仓价 | 强平价 | 当前价 | 盈亏 | 盈亏% | 操作 |
|---|---|---|---|---|---|---|---|---|---|
| {{ p.symbol }} | {{ parseFloat(p.positionAmt) > 0 ? '多' : '空' }} | {{ p.leverage ? p.leverage + 'x' : '-' }} | {{ Math.abs(parseFloat(p.positionAmt)) }} | {{ p.entryPrice ? (parseFloat(p.entryPrice) >= 1 ? parseFloat(p.entryPrice).toFixed(2) : parseFloat(p.entryPrice).toFixed(5)) : '-' }} | {{ p.liquidationPrice ? (parseFloat(p.liquidationPrice) >= 1 ? parseFloat(p.liquidationPrice).toFixed(2) : parseFloat(p.liquidationPrice).toFixed(5)) : '-' }} | {{ p.markPrice ? (parseFloat(p.markPrice) >= 1 ? parseFloat(p.markPrice).toFixed(2) : parseFloat(p.markPrice).toFixed(5)) : '-' }} | {{ parseFloat(p.unRealizedProfit).toFixed(2) }} | {{ (p.entryPrice && parseFloat(p.entryPrice) > 0 && Math.abs(parseFloat(p.positionAmt)) > 0) ? ((parseFloat(p.unRealizedProfit) / (Math.abs(parseFloat(p.positionAmt)) * parseFloat(p.entryPrice))) * 100).toFixed(2) + '%' : '-' }} |
暂无持仓
| 时间 | 交易对 | 方向 | 数量 | 状态 |
|---|---|---|---|---|
| {{ new Date(r.created_at + 'Z').toLocaleString('zh-CN', {timeZone:'Asia/Shanghai', month:'2-digit', day:'2-digit', hour:'2-digit', minute:'2-digit'}) }} | {{ r.symbol }} | {{ r.trade_type === 'close' ? (r.side === 'SELL' ? '平多' : '平空') : (r.side === 'BUY' ? '开多' : '开空') }} | {{ r.quantity }} | {{ r.status }} |
暂无跟单记录
| 时间 | 交易对 | 方向 | 数量 | 价格 |
|---|---|---|---|---|
| {{ t.orderTime ? new Date(t.orderTime).toLocaleString('zh-CN',{timeZone:'Asia/Shanghai',month:'2-digit',day:'2-digit',hour:'2-digit',minute:'2-digit'}) : '-' }} | {{ t.symbol }} | {{ t.positionSide ? (t.positionSide==='LONG' ? (t.side==='SELL' ? '平多' : '开多') : (t.side==='BUY' ? '平空' : '开空')) : (t.side==='BUY' ? '买入' : '卖出') }} | {{ t.executedQty }} | {{ t.avgPrice }} |
暂无交易记录