| 时间(北京) | +币种 | +价格 | +分数 | +信号 | +CVD 30m | +CVD 4h | +
|---|---|---|---|---|---|---|
| {bjt(s.ts)} | +{s.symbol.replace("USDT", "")} | +{s.price?.toLocaleString()} | ++ = 75 ? "text-emerald-400" : s.score >= 50 ? "text-yellow-400" : "text-gray-500"}`}> + {s.score} + + | ++ {s.signal ? ( + + {s.signal} + + ) : —} + | +{fc?.cvd_30m?.toFixed(0) ?? "—"} | +{fc?.cvd_4h?.toFixed(0) ?? "—"} | +
| 入场时间 | +出场时间 | +币种 | +方向 | +入场价 | +出场价 | +盈亏R | +盈亏U | +状态 | +
|---|---|---|---|---|---|---|---|---|
| {bjt(t.entry_ts)} | +{t.exit_ts ? bjt(t.exit_ts) : 持仓中} | +{t.symbol.replace("USDT", "")} | ++ + {t.direction === "LONG" ? "多" : "空"} + + | +{t.entry_price?.toLocaleString()} | +{t.exit_price?.toLocaleString() ?? "—"} | ++ {isActive ? "活跃" : `${isWin ? "+" : ""}${t.pnl_r?.toFixed(3)}R`} + | ++ {isActive ? "—" : `${isWin ? "+" : ""}${Math.round(t.pnl_r * 200)}U`} + | ++ + {isActive ? "活跃" : isWin ? "盈利" : "亏损"} + + | +
{summary.description}
} ++ 点击策略卡片查看信号引擎和模拟盘详情 +
+