请输入管理员凭据以进入系统管理控制台
跨期基差均值回归 + 5m振幅过滤
跨期基差均值回归 + 5m振幅过滤
| 入场时间 (UTC) | 订单ID | 标的 | 方向 | 入场指数价 | 出场指数价 | 注码 | 盈亏 | 账户结余 | 结算时间 (UTC) | 状态 | 模式 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ formatTime(t.entry_time) }} | {{ t.order_id }} | {{ t.symbol }} | {{ t.direction }} | ${{ formatNum(t.entry_index_price, 2) }} | ${{ formatNum(t.exit_index_price, 2) }} | {{ t.stake }} U | {{ formatPnl(t.pnl) }} U | ${{ t.capital_after }} | {{ formatTime(t.exit_time) }} | {{ (t.is_win === 'True' || t.is_win === true) ? 'WIN' : 'LOSS' }} | {{ t.mode }} |
一键载入 34 天全量高频 (含21日最新实盘) 稳定高偏离 Z 档位最优组合 (硬控最长连亏 ≤ 3~4 次)
| 触发时间 (UTC) | 标的 | 现货指数价 | 期货收盘价 | 基差 (Basis) | 基差均值 (MA) | 偏离 (ΔB) | Z-Score | 1m CVD | 1m ΔOI | 5m 振幅 | 死水过滤 | 信号决策 | 执行状态 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ s.timestamp ? s.timestamp.replace('T', ' ').split('.')[0] : '--' }} | {{ s.symbol }} | ${{ s.index_price }} | ${{ s.close }} | {{ s.basis }} | {{ s.basis_mean }} | {{ formatSignedNum(s.basis_diff, 2) }} | {{ formatSignedNum(s.basis_z, 2) }} | {{ formatSignedNum(s.cvd_1m, 2) }} | {{ formatSignedNum(s.delta_oi_1m, 2) }} | ${{ s.range_5m }} | 🔴 死水拦截 🟢 活跃流动 | 🟢 LONG 做多 🔴 SHORT 做空 🟡 死水规避 🔵 Z达标(待CVD确认) 🟠 Z达标(待ΔOI增量确认) 🟣 Z达标(槽位满) ⚪ Z达标(冷却中) ⚪ Z达标(状态机防抖) ⏳ 暖机中 ({{ s.signal.replace('WARMING_UP ', '') }}) ⚪ 常态监听中 ⚪ {{ s.signal || 'NONE' }} | 🚀 已开仓 🛡️ 拦截保护 未成交 |
ws_events.csv
| 记录时间 (UTC) | 数据源 / 交易所 | 流类型 | 事件类型 | 累计断连数 | 详细说明 / 异常原因 |
|---|---|---|---|---|---|
| {{ formatTime(ev.timestamp) }} | {{ ev.exchange }} | {{ ev.stream_type }} | {{ ev.event_type }} | {{ ev.disconnect_count }} | {{ ev.detail || '--' }} |
| 暂无符合条件的 WebSocket 网络断连审计记录 | |||||