⚖️ Pair Trader · 强弱对冲(cross-sectional momentum)

每 4H 拉涨跌幅榜 · DeepSeek 复核 · 3 多 + 3 空 · 5x 杠杆 · 5,000 USDT 起始

{{ serverTime || '-' }}
🔄 刷新
视图 ⚪ 当前展示模拟交易数据 (is_live=0) 🔴 当前展示实盘历史数据 (is_live=1) 🟢 当前展示合并视图 (实盘+模拟)
📦 账户汇总
余额
{{ fmt(summary.balance) }} USDT
起始 {{ fmt(summary.initial) }} | PnL {{ pnlSign(summary.pnl) }} ({{ pnlSign(summary.pnl_pct) }}%)
已平仓笔数
{{ summary.trades_total || 0 }}
{{ summary.wins || 0 }} / 负 {{ summary.losses || 0 }} · 胜率 {{ summary.win_rate || 0 }}%
单笔盈亏
均盈 {{ pnlSign(summary.avg_win) }}
均亏 {{ pnlSign(summary.avg_loss) }}
盈亏比 PF = {{ summary.profit_factor || '-' }}
当前持仓
{{ summary.open_total || 0 }}
多 {{ summary.open_long || 0 }} 空 {{ summary.open_short || 0 }} ⚠ 失衡
🎯 最新决策 {{ regimeLabel(summary.last_decision.regime) }} FNG {{ summary.last_decision.fng_value }} · {{ summary.last_decision.fng_label }} {{ summary.last_decision.created_at }}
{{ summary.last_decision.summary || '-' }}
动作 {{ summary.last_decision.action_summary || '-' }}
💼 当前持仓
方向币种入场价当前价 浮盈SLTP持仓时长 置信度AI 理由
{{ p.direction === 'long' ? '多' : '空' }} {{ p.is_live ? '实盘' : '虚拟' }} {{ p.symbol }} {{ p.entry_price }} {{ p.mark_price }} {{ pnlSign(p.unrealized_pnl) }} {{ p.stop_loss }} {{ p.take_profit }} {{ holdHours(p.entry_time) }}h {{ (p.confidence * 100).toFixed(0) }}% {{ p.ai_reason }}
无持仓
🏆 最新候选池 轮次 {{ rankings.round_id }}
强势 TOP 8
#币种24h涨跌成交额资费上线
{{ r.rank_in_bucket }} {{ r.symbol }} {{ (r.change_24h * 100).toFixed(2) }}% {{ (r.quote_volume_usdt / 1e6).toFixed(1) }}M {{ (r.funding_rate * 100).toFixed(3) }}% {{ r.listing_days }}d
弱势 TOP 8
#币种24h涨跌成交额资费上线
{{ r.rank_in_bucket }} {{ r.symbol }} {{ (r.change_24h * 100).toFixed(2) }}% {{ (r.quote_volume_usdt / 1e6).toFixed(1) }}M {{ (r.funding_rate * 100).toFixed(3) }}% {{ r.listing_days }}d
📜 决策历史 (最近 20 轮)
时间状态FNG 多头选择空头选择 动作AI 总结
{{ d.created_at }} {{ regimeLabel(d.regime) }} {{ d.fng_value != null ? d.fng_value : '-' }}
{{ p.symbol }} ({{ (p.confidence * 100).toFixed(0) }}%)
-
{{ p.symbol }} ({{ (p.confidence * 100).toFixed(0) }}%)
-
{{ d.action_summary }} {{ d.summary }}
暂无决策
📋 交易历史
#方向币种 入场价平仓价SL/TP PnL原因入场时间出场时间持仓状态
{{ t.id }} {{ t.direction === 'long' ? '多' : '空' }} {{ t.symbol }} {{ t.entry_price }} {{ t.exit_price || '-' }} {{ t.stop_loss }} / {{ t.take_profit }} {{ t.pnl != null ? pnlSign(t.pnl) : '-' }} ({{ pnlSign(t.pnl_pct) }}%) {{ t.exit_reason || (t.status === 'open' ? '持仓中' : '-') }} {{ t.entry_time }} {{ t.exit_time || (t.status === 'open' ? '-' : '-') }} {{ tradeDuration(t) }} {{ t.is_live ? '实盘' : '虚拟' }} {{ t.status }}
暂无交易