绿色为系统已选中,红色为未选中并附原因分析。分数栏色条:蓝=大盘 黄=板块 绿=个股。
| 股票 | 封板时间 | 封单金额 | 综合评分 | 操作建议 | 状态 / 未选原因 |
|---|---|---|---|---|---|
|
{{ item.code }}
{{ item.name }}
{{ item.sector_name || '板块待识别' }}
|
{{ item.seal_time || '--' }} | {{ formatAmount(item.seal_amount) }} |
{{ item.score != null ? item.score.toFixed(0) : '--' }}
大{{ (item.market_score||0).toFixed(0) }}
· 板{{ (item.sector_score||0).toFixed(0) }}
· 股{{ (item.stock_score||0).toFixed(0) }}
|
{{ actionText(item.action) }} -- |
{{ item.in_current_pool ? '已选入' : '未选中' }}
{{ r }}
✓ {{ r }}
|
当日系统检测到的抢单(RUSH)/打单(HIT)信号,每只股票每种动作记录首次触发时间。
| 时间 | 股票 | 动作 | 价格 / 涨停价 | 剩余档位 | 封单 | 评分 | 板块 |
|---|---|---|---|---|---|---|---|
| {{ item.signal_time || '--' }} |
{{ item.code }}
{{ item.name }}
|
{{ actionText(item.action) }} |
{{ item.price != null ? item.price.toFixed(2) : '--' }}
↑ {{ item.limit_up_price != null ? item.limit_up_price.toFixed(2) : '--' }}
|
{{ item.remaining_levels ?? '--' }} | {{ formatAmount(item.seal_amount) }} | {{ item.score != null ? item.score.toFixed(0) : '--' }} | {{ item.sector_name || '--' }} |