buy_elg_amount_rate + buy_lg_amount_rate,按当天占比降序,默认排除 ST
| # | 股票代码 | 股票名称 | 1日占比% | 3日均值% | 5日均值% | 10日均值% | 操作 |
|---|---|---|---|---|---|---|---|
| {{ (currentPage - 1) * pageSize + idx + 1 }} | {{ r.ts_code }} | {{ r.name }} | {{ r.ratio_1d >= 0 ? '+' : '' }}{{ r.ratio_1d.toFixed(2) }}% | {{ r.ratio_3d >= 0 ? '+' : '' }}{{ r.ratio_3d.toFixed(2) }}% | {{ r.ratio_5d >= 0 ? '+' : '' }}{{ r.ratio_5d.toFixed(2) }}% | {{ r.ratio_10d >= 0 ? '+' : '' }}{{ r.ratio_10d.toFixed(2) }}% | 详情 |
| 无匹配数据 |