定比跟单 · 多用户支持 · 自动下单平仓
注册即获7天体验
| 交易对 | 方向 | 数量 | 强平价 | 当前价 | 盈亏 | 操作 |
|---|---|---|---|---|---|---|
| {{ 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 }} |
暂无跟单记录
| 时间 | 交易对 | 方向 | 数量 | 价格 |
|---|---|---|---|---|
| {{ 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 }} |
暂无交易记录