极算 xAlgo
{{ symbolLabel }} {{ fmtNum(quote.last_price) }}
{{ phaseLabel }}
账户权益
{{ fmtNum(account.balance) }}
今日盈亏
{{ account.today_pnl != null ? (account.today_pnl >= 0 ? '+' : '') + fmtNum(account.today_pnl) : '--' }}
浮动盈亏
{{ account.float_profit != null ? (account.float_profit >= 0 ? '+' : '') + fmtNum(account.float_profit) : '--' }}
已平盈亏
{{ account.close_profit != null ? (account.close_profit >= 0 ? '+' : '') + fmtNum(account.close_profit) : '--' }}
可用资金
{{ fmtNum(account.available) }}
风险度
{{ account.risk_ratio != null ? (account.risk_ratio * 100).toFixed(1) + '%' : '--' }}
沪金主力 {{ currentPeriodLabel }}
本时段策略 T+{{ planAgeMinutes }}m / {{ plan.confidence_decay_minutes }}m
等待盘前剧本
AI 决策流 {{ decisions.length }} 条
{{ fmtHm(d.time) }} {{ actionLabel(d.action) }}
{{ d.summary || '—' }}
{{ d.direction }} {{ d.offset || '' }} @ {{ fmtNum(d.price) }} ×{{ d.volume }} #{{ shortOid(d.order_id) }}
等待盘中决策
收益曲线
{{ stats.total_trades != null ? stats.total_trades : '--' }}
{{ stats.win_rate != null ? (stats.win_rate * 100).toFixed(1) + '%' : '--' }}胜率
{{ stats.profit_factor != null ? Number(stats.profit_factor).toFixed(2) : '--' }}盈亏比
{{ stats.max_drawdown != null ? fmtNum(stats.max_drawdown) : '--' }}回撤
订单活动 {{ activity.length }}
{{ actionLabel(a.action) }} {{ fmtHm(a.end_ts) }}
{{ fmtNum(a.avg_fill_price || a.limit_price) }} × {{ a.volume_filled || a.volume_orign }} {{ statusLabel(a.status) }}
⎯ {{ a.decision_ref.summary }}
暂无订单活动
{{ t.icon }}{{ t.text }}