| 方向 | 盘 | 币种 | 入场价 | 当前价 | 浮盈 | SL | TP | 持仓时长 | 置信度 | 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 }} |
| # | 币种 | 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 |
| # | 币种 | 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 |
| 时间 | 状态 | 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 }} |