全局状态
{{riskMetrics.length + positions.length}} 持仓
{{ex.slice(0,4)}}
{{r.symbol}}
{{r.side==='LONG'?'多':'空'}}
标{{fmtPrice(r.mark_price)}}
爆{{fmtPrice(r.liq_price)}}
距{{r.liq_price_pct.toFixed(1)}}%
MR{{r.margin_rate.toFixed(1)}}%
ADL{{r.adl_display || adlToBar(r.adl_level)}}
{{ex.slice(0,4)}}
{{p.symbol}}
持仓
价差{{p.open_spread_pct ? p.open_spread_pct.toFixed(2)+'%' : '-'}}
PnL${{fmtPrice(p.pnl_usd)}}
{{ex.slice(0,4)}}
{{coin}}: {{fmtBalance(amt)}}
{{ex.slice(0,4)}}
{{a.symbol}}
{{a.distance_pct.toFixed(2)}}%
爆仓预警
交易任务
{{t.status.slice(0,4)}}
{{taskSymbolsDisplay(t)}}
创建任务
/
事件日志
{{t.exchange.slice(0,3)}}
{{t.symbol}}
{{fmtPrice(t.last_price)}}
等待事件...
{{fmtEventTime(e.ts)}}
{{fmtEventType(e.type)}}
{{e.task_id.slice(0,6)}}
{{e.error}}
白名单列表
白名单地址由服务端管理员配置,前端仅可查看。
暂无白名单地址
| 链 | 地址 | 备注 | 创建时间 |
|---|---|---|---|
| {{e.chain}} | {{e.address}} | {{e.remark || ''}} | {{fmtTime(e.created_at)}} |
提币
currencyDropdown=false, 200)"
:disabled="!withdrawForm.exchange"
/>
{{c.currency}}
余额: {{currencyBalances[c.currency]}}
可用余额: {{currencyBalances[withdrawForm.currency]}} {{withdrawForm.currency}}
定时任务列表
| ID | 交易所 | 币种 | 链 | 间隔 | 已执行 | 状态 | 最近错误 | 操作 |
|---|---|---|---|---|---|---|---|---|
| {{t.id.slice(0,8)}} | {{t.request.exchange}} | {{t.request.currency}} | {{t.request.chain}} | {{(t.interval_ms/1000).toFixed(0)}}s | {{t.trigger_count || 0}} | {{t.status}} |
提币记录(最近5条)
暂无提币记录
| 时间 | 交易所 | 币种 | 链 | 地址 | 数量 | 状态 | TxID | 错误 |
|---|---|---|---|---|---|---|---|---|
| {{fmtTime(r.created_at)}} | {{r.exchange}} | {{r.currency}} | {{r.chain}} | {{r.address ? r.address.slice(0,16)+'...' : '-'}} | {{r.amount}} | {{r.status}} | {{r.withdraw_id ? r.withdraw_id.slice(0,16)+'...' : '-'}} | {{r.error}} |
创建借币任务
加载中…
抵押物(可选,留空则由交易所自动选择)
借币任务列表
暂无借币任务
| ID | 交易所 | 借款币种 | 每次金额 | 已借总量 | 最大上限 | 间隔 | 触发次数 | 状态 | 最近错误 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{t.id.slice(0,8)}} | {{t.exchange}} | {{t.loan_currency}} | {{t.loan_amount}} | {{t.total_borrowed.toFixed(6)}} | {{t.max_total > 0 ? t.max_total : '∞'}} | {{(t.interval_ms/1000).toFixed(0)}}s | {{t.trigger_count}} | {{t.status}} |