收益与成本趋势
累计收益、手续费、滑点
系统健康
运行状态与自动执行保护
系统状态{{ health.status || '-' }}
自动执行{{ health.auto_execute_enabled ? '开启' : '关闭' }}
活跃交易{{ health.active_trade_count || 0 }}
最近更新时间{{ fmtTime(health.updated_at) }}
告警提示
• {{ msg }}
按平台收益拆分
历史交易统计
{{ exchange }}
${{ fmtNum(value) }}
暂无历史平台收益数据
最新机会
{{ opp.market_question }}
{{ opp.buy_exchange }} → {{ opp.sell_exchange }} · {{ typeLabel(opp.arbitrage_type) }}
${{ fmtNum(opp.estimated_net_profit) }}
{{ fmtPct(opp.net_spread) }}
暂无机会
机会监控
展示仅监控、需库存、互补套利机会;仅满足安全条件时允许执行
订单与交易
支持状态筛选、查看 legs / fills、CSV 导出
#{{ trade.id }}
{{ tradeStatusLabel(trade.status) }}
{{ trade.execution_mode }}
{{ trade.market_question }}
{{ trade.buy_exchange }} → {{ trade.sell_exchange }} · {{ trade.outcome }}
计划数量
{{ fmtNum(trade.size) }}
买腿成交
{{ fmtNum(trade.buy_filled) }}
卖腿成交
{{ fmtNum(trade.sell_filled) }}
实际净利润
${{ fmtNum(trade.realized_pnl) }}
手续费: ${{ fmtNum(trade.fees_paid) }}
滑点: ${{ fmtNum(trade.slippage_paid) }}
创建时间: {{ fmtTime(trade.created_at) }}
完成时间: {{ fmtTime(trade.completed_at) }}
暂无交易记录
市场配对管理
结算规则、到期时间和 outcome 对应关系必须人工确认
{{ pair.canonical_question }}
{{ pair.canonical_event_id }} / {{ pair.outcome_key }}
{{ pair.verification_notes || '无备注' }}
人工核验={{ pair.manual_verified }}
允许自动执行={{ pair.auto_execute_allowed }}
{{ exchange }}
market_id: {{ platform.market_id || '-' }}
token_id: {{ platform.token_id || '-' }}
outcome: {{ platform.outcome || '-' }}
end_time: {{ platform.end_time || '-' }}
rule_hash: {{ platform.resolution_rule_hash || '-' }}
暂无市场配对
新增 / 更新配对
只读市场发现助手
先搜索市场,再一键填入平台字段。
候选 Pair 池
自动发现结果已入库,可在这里批准、驳回、删除
暂无候选 Pair。
平台字段
{{ exchange }}
配对校验结果
{{ pairValidation.compatibility?.compatible ? '兼容,可继续人工确认' : '被阻断,需要人工复核' }}
匹配置信度: {{ pairValidation.compatibility?.confidence }}
规则哈希一致: {{ pairValidation.compatibility?.rule_hash_match }}
到期时间差(秒): {{ pairValidation.compatibility?.time_diff_seconds }}
outcome 映射确认: {{ pairValidation.compatibility?.outcome_mapping_confirmed }}
阻断原因
• {{ reason }}
无
建议动作
• {{ action }}
平台快照预览 · {{ snapshotPreview.exchange }}
market_id: {{ snapshotPreview.id }}
question: {{ snapshotPreview.question }}
selected_token_id: {{ snapshotPreview.selected_token_id || '-' }}
close_time: {{ snapshotPreview.close_time || '-' }}
rule_hash: {{ snapshotPreview.resolution_rule_hash || '-' }}
买盘前五档
{{ bid.price }} × {{ bid.size }}
暂无
卖盘前五档
{{ ask.price }} × {{ ask.size }}
暂无
动态运行配置
所有页面配置实时写入数据库并立即生效,不再依赖 JSON 文件管理运行配置
{{ section.title }}
平台能力与费用说明
{{ exchange }}
{{ enabled ? '已启用' : '已禁用' }}
Polymarket / Limitless 当前 pre-trade dynamic fee 仍需进一步核验;当费用未知时不会放行 AUTO。
凭证状态
{{ exchange }}
{{ credential.configured ? '已配置' : '未完整配置' }}
paper_supported: {{ credential.paper_supported }}
live_auto_execute_supported: {{ credential.live_auto_execute_supported }}
required_present: {{ JSON.stringify(credential.required_present || {}) }}
optional_present: {{ JSON.stringify(credential.optional_present || {}) }}
notes: {{ credential.notes }}
系统健康原始载荷
{{ JSON.stringify(health, null, 2) }}