| # | 股票 | 异动分 | 封单/流值 | 10秒封单Δ | 30秒涨幅Δ | 撤单率 | 触发因子 |
|---|---|---|---|---|---|---|---|
| {{ idx + 1 }} |
{{ r.name || '--' }}
{{ r.code }}
|
{{ r.score.toFixed(0) }} | {{ formatRadarRatio(r.sealMvRatio) }} | {{ formatRadarDeltaYi(r.sealDelta10) }} | {{ formatRadarSignedPct(r.pctDelta30) }} | {{ formatRadarRate(r.withdrawRate) }} | {{ r.reason }} |
| 时间 | 股票 | 等级 | 分值 | 事件 |
|---|---|---|---|---|
| {{ formatRadarEventTime(e.ts) }} |
{{ e.name || '--' }}
{{ e.code }}
|
{{ e.level }} | {{ e.score.toFixed(0) }} | {{ e.reason }} |
| 股票 | 质量分 | 回封耗时 | 封单恢复 | 再开板 |
|---|---|---|---|---|
|
{{ r.name || '--' }}
{{ r.code }}
|
{{ r.quality.toFixed(0) }} | {{ formatBreakDuration(r.recloseSec) }} | {{ formatRadarRate(r.sealRecovery) }} | {{ r.reopenCount }} |
| 股票 ({{ g.items.length }}) {{ colLabel(k) }} {{ sortDir === 'desc' ? '▼' : '▲' }} |
|---|
|
{{ sub.label }}
{{ formatGroupSum(sub.sumDiff) }}
({{
(sub.items || []).length }})
|
|
{{
item.name || '--' }}
{{
item.code }}
{{ formatPrice(item.price) }}
{{ formatPct(item.pct)
}}
{{
formatSpeed(item.speed)
}}
{{ formatTurnover(item.turnover) }}
{{ formatSealForItem(item)
}}
{{ formatMarketCap(item.floatMv) }}
{{ item.expected > 0 ? '+' : ''}}{{ item.expected }}
{{
formatDiff(item.pct, item.expected) }}
--
|
|
{{
item.name || '--' }}
{{
item.code }}
{{ formatPrice(item.price) }}
{{ formatPct(item.pct)
}}
{{
formatSpeed(item.speed)
}}
{{ formatTurnover(item.turnover) }}
{{ formatSealForItem(item)
}}
{{ formatMarketCap(item.floatMv) }}
{{ item.expected > 0 ? '+' : ''}}{{ item.expected }}
{{
formatDiff(item.pct, item.expected) }}
--
|
| 暂无数据 |
{{ aiResultText || '点击「生成提示」:隔夜单/热榜/舆情 → DeepSeek 输出情绪拐点(带确认/否定条件)。' }}
{{ m.content }}
| 股票代码 {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} | 股票名称 {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} | 连板 {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} | 涨停原因 {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} | 关联板块 {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} | 涨停价 {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} | 涨幅% {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} | 形态 {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} | 封单额万 {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} | 封成比 {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} | 换手率% {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} | 流通值 {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} | 总市值 {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} | 首封时间 {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} | 封住时间 {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} | 开板次数 {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} | 几天几板 {{ aiLimitUpSortDir === 'desc' ? '▼' : '▲' }} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ r["股票代码"] }} | {{ r["股票名称"] }} | {{ r["连板"] || 0 }} | {{ r["涨停原因"] || '--' }} | {{ r["关联板块"] || '--' }} | {{ (typeof r["涨停价"] === 'number') ? r["涨停价"].toFixed(2) : (r["涨停价"] || '--') }} | {{ (typeof r["涨幅%"] === 'number') ? ((r["涨幅%"] >= 0 ? '+' : '') + r["涨幅%"].toFixed(2)) : (r["涨幅%"] || '--') }} | {{ r["形态"] || '--' }} | {{ (Number(r['封单额万'] || 0) > 0) ? Number(r['封单额万']).toFixed(2) : '--' }} | {{ r["封成比"] || '--' }} | {{ (typeof r["换手率%"] === 'number') ? r["换手率%"].toFixed(2) : (r["换手率%"] || '--') }} | {{ (typeof r["流通值"] === 'number') ? r["流通值"].toFixed(2) : (r["流通值"] || '--') }} | {{ (typeof r["总市值"] === 'number') ? r["总市值"].toFixed(2) : (r["总市值"] || '--') }} | {{ r["首封时间"] || '--' }} | {{ r["封住时间"] || '--' }} | {{ r["开板次数"] || 0 }} | {{ r["几天几板"] || '--' }} |
| (无数据) | ||||||||||||||||
| 股票代码 | 股票名称 | 涨幅% | 封单额万 | 连板 | 首封时间 | 开板次数 | 涨停原因 |
|---|---|---|---|---|---|---|---|
| {{ r["股票代码"] }} | {{ r["股票名称"] }} | {{ (typeof r["涨幅%"] === 'number') ? ((r["涨幅%"] >= 0 ? '+' : '') + r["涨幅%"].toFixed(2)) : (r["涨幅%"] || '--') }} | {{ (Number(r['封单额万'] || 0) > 0) ? Number(r['封单额万']).toFixed(2) : '--' }} | {{ r["连板"] || 0 }} | {{ r["首封时间"] || '--' }} | {{ r["开板次数"] || 0 }} | {{ r["涨停原因"] || '--' }} |
| (无数据) | |||||||
{{ (aiResult && aiResult.inputs && aiResult.inputs.overnight && aiResult.inputs.overnight.summary) ? aiResult.inputs.overnight.summary : '' }}
| 排名 | 代码 | 名称 | 涨跌幅 |
|---|---|---|---|
| {{ r.rank || (idx + 1) }} | {{ r.code }} | {{ r.name }} | {{ (typeof r.pct === 'number') ? ((r.pct >= 0 ? '+' : '') + r.pct.toFixed(2) + '%') : '--' }} |
| (无数据) | |||
{{ (aiResult && aiResult.inputs && aiResult.inputs.hot_list && aiResult.inputs.hot_list.summary) ? aiResult.inputs.hot_list.summary : '' }}
{{ (aiResult && aiResult.inputs && aiResult.inputs.sentiment && aiResult.inputs.sentiment.market_live && aiResult.inputs.sentiment.market_live.summary) ? aiResult.inputs.sentiment.market_live.summary : '(无数据)' }}
{{ (aiResult && aiResult.inputs && aiResult.inputs.sentiment && aiResult.inputs.sentiment.theme_news && aiResult.inputs.sentiment.theme_news.summary) ? aiResult.inputs.sentiment.theme_news.summary : '(无数据)' }}
{{ (aiResult && aiResult.inputs && aiResult.inputs.sentiment && aiResult.inputs.sentiment.news_flash && aiResult.inputs.sentiment.news_flash.summary) ? aiResult.inputs.sentiment.news_flash.summary : '(无数据)' }}
{{ (aiResult && aiResult.inputs && aiResult.inputs.sentiment && aiResult.inputs.sentiment.market_anomaly && aiResult.inputs.sentiment.market_anomaly.summary) ? aiResult.inputs.sentiment.market_anomaly.summary : '(无数据)' }}
| 股票 ({{ snapshotSortedItems.length }}) {{ snapshotColLabel(k) }} {{ sortDir === 'desc' ? '▼' : '▲' }} |
|---|
|
{{
item.name || '--' }}
{{
item.code }}
{{ formatPrice(item.price) }}
{{ formatPct(item.pct)
}}
{{ formatSpeed(item.speed)
}}
{{ formatTurnover(item.turnover) }}
{{ formatSealForItem(item)
}}
{{ formatMarketCap(item.floatMv) }}
--
{{ item.expected > 0 ? '+'
: ''}}{{ item.expected }}
{{
formatDiff(item.openPct, item.openExpected) }}
{{
formatDiff(item.pct, item.expected) }}
--
|