| 序号 | 指数代码 | 指数名称 | 市场 | 当日涨幅 ▼ | 当日价格 | 20日均价 | 偏离率 ▼ | 趋势强度 ▼ | 量比 | PE百分位 | 反转概率 | 状态 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 加载中... | ||||||||||||
| 暂无数据,请点击"刷新数据" | ||||||||||||
| {{ idx + 1 }} | {{ row.index_code }} | {{ row.index_name }} | {{ marketLabel(row.market) }} | {{ row.daily_change ? row.daily_change.toFixed(2) + '%' : '-' }} | {{ row.close_price ? row.close_price.toFixed(2) : '-' }} | {{ row.ma20 ? row.ma20.toFixed(2) : '-' }} | {{ row.deviation ? row.deviation.toFixed(2) + '%' : '-' }} | {{ row.strength_rank || '-' }} | {{ row.volume_ratio ? row.volume_ratio.toFixed(2) + '%' : '-' }} | {{ row.pe_percentile ? row.pe_percentile.toFixed(1) + '%' : '-' }} | {{ row.reversal_prob ? row.reversal_prob.toFixed(1) + '%' : '-' }} | {{ row.status || '—' }} |
| 序号 | 指数代码 | 指数名称 | 当日涨幅 | 当日价格 | 20日均价 | 偏离率 | 趋势强度 | 量比 | 反转概率 | 状态 |
|---|---|---|---|---|---|---|---|---|---|---|
| 加载中... | ||||||||||
| 该日期无数据 | ||||||||||
| {{ idx + 1 }} | {{ row.index_code }} | {{ row.index_name }} | {{ row.daily_change ? row.daily_change.toFixed(2) + '%' : '-' }} | {{ row.close_price ? row.close_price.toFixed(2) : '-' }} | {{ row.ma20 ? row.ma20.toFixed(2) : '-' }} | {{ row.deviation ? row.deviation.toFixed(2) + '%' : '-' }} | {{ row.strength_rank || '-' }} | {{ row.volume_ratio ? row.volume_ratio.toFixed(2) + '%' : '-' }} | {{ row.reversal_prob ? row.reversal_prob.toFixed(1) + '%' : '-' }} | {{ row.status || '—' }} |
| 序号 | 指数代码 | 指数名称 | 市场 | 数据源 | 状态 | 操作 |
|---|---|---|---|---|---|---|
| {{ i+1 }} | {{ idx.index_code }} | {{ idx.index_name }} | {{ marketLabel(idx.market) }} | {{ idx.data_source }} | {{ idx.is_active ? '✅ 监控中' : '⏸️ 已停用' }} |