{{ tabName }}

更新于 {{ lastUpdated }}
⚠️ {{ error }}

队列 / 上限

{{ system.pipeline?.queue_size ?? 0 }} / {{ system.pipeline?.queue_max ?? '-' }}

限流: {{ system.pipeline?.limits_enabled ? '启用' : '停用' }}

当日风控

{{ system.risk?.daily_max_loss || 0 }} USDT

触发账户: {{ Object.keys(system.risk?.breaches || {}).length }}

保证金占用

{{ (maxMarginUsage * 100).toFixed(1) }}%

上限: {{ (marginLimit * 100).toFixed(0) }}%

ML 训练成效

样本数

{{ mlStatusSafe.samples ?? 0 }}

模型样本: {{ mlStatusSafe.model_samples ?? '-' }}

胜率

{{ ((mlStatusSafe.win_rate || 0) * 100).toFixed(1) }}%

盈亏: {{ mlStatusSafe.wins ?? 0 }} / {{ mlStatusSafe.losses ?? 0 }}

平均 PnL

{{ (mlStatusSafe.avg_pnl || 0).toFixed(2) }}

平均 PnL%: {{ (mlStatusSafe.avg_pnl_pct || 0).toFixed(2) }}

当前阈值

{{ mlStatusSafe.threshold ?? '-' }}

训练时间: {{ mlStatusSafe.trained_at || '-' }}

系统状态详情

队列长度

{{ system.pipeline?.queue_size ?? 0 }}

限流状态

{{ system.pipeline?.limits_enabled ? '启用' : '停用' }}

每日亏损上限

{{ system.risk?.daily_max_loss || 0 }}

冷却时间(分钟)

{{ system.risk?.daily_cooldown_minutes ?? 0 }}

保证金占用情况:
  • {{ acc }} · 占用 {{ (item.usage_pct * 100).toFixed(1) }}% ({{ item.reserved_margin?.toFixed?.(2) || item.reserved_margin }} / {{ item.equity?.toFixed?.(2) || item.equity }})
风控触发记录:
  • {{ acc }} ? {{ pnl.toFixed(2) }} USDT
信号拒绝原因统计:
  • {{ item.reason }} ? {{ item.count }}
账户 币种 方向 状态 开仓时间 平仓时间 开仓价 平仓价 手数 持仓时长 已实现盈亏 盈亏率 止盈/止损原因 来源
暂无生命周期记录
{{ row.account }} {{ row.symbol }} {{ row.side === 'long' ? '多' : '空' }} {{ row.status === 'open' ? '持仓中' : '已平仓' }} {{ row.entry_time || '-' }} {{ row.exit_time || '-' }} {{ formatNumber(row.entry_price) }} {{ formatNumber(row.exit_price) }} {{ formatNumber(row.entry_size) }} {{ formatDuration(row.holding_seconds) }} {{ formatNumber(row.realized_pnl) }} {{ (Number(row.realized_pnl_percent || 0) * 100).toFixed(2) }}% {{ row.close_reason || '-' }} {{ row.source || '-' }}

总资产(USDT)

{{ overview.total_equity.toFixed(2) }}

持仓数量

{{ overview.open_positions }}

平均胜率

{{ (overview.average_success_rate * 100).toFixed(1) }}%

使用交易记录 PnL 累计计算,仅显示选中账户