暂无监控交易员
点击「+ 添加」开始监控| 币种 | 方向 | 杠杆 | 持仓价值 | 未实现盈亏 |
|---|---|---|---|---|
| {{ p.symbol }} | {{ p.side==='LONG'?'多':'空' }} | {{ p.leverage }}x | ${{ fmt(p.position_value) }} | {{ p.unrealized_pnl>=0?'+':'' }}{{ fmt(p.unrealized_pnl) }} |
暂无操作记录
监控交易员有动作时自动显示暂无充提记录
检测到余额变动时自动记录| 币种 | 方向 | 杠杆 | 开仓价 | 仓位价值 | 未实现盈亏 |
|---|---|---|---|---|---|
| {{ p.symbol }} | {{ p.side==='LONG'?'多':'空' }} | {{ p.leverage }}x | {{ p.entry_price }} | ${{ fmt(p.position_value) }} | {{ p.unrealized_pnl>=0?'+':'' }}{{ fmt(p.unrealized_pnl) }} |
| 时间 | 币种 | 方向 | 价格 | 数量 | 交易额 |
|---|---|---|---|---|---|
| {{ fmtFull(t.trade_time) }} | {{ t.symbol }} | {{ t.side==='BUY'?'买入':'卖出' }} | {{ t.price }} | {{ t.amount }} | {{ fmt(t.price*t.amount) }} |
| 时间 | 类型 | 金额 | 余额变化 |
|---|---|---|---|
| {{ fmtFull(t.detected_at) }} | {{ t.transfer_type==='deposit'?'充值':'提现' }} | {{ t.transfer_type==='deposit'?'+':'-' }}{{ fmt(t.amount) }} | {{ fmt(t.balance_before) }} → {{ fmt(t.balance_after) }} |