{{ errorMsg }}

🎯 STRATEGY SELECTOR

INTELLIGENT STOCK SCREENING FROM 5000+ TARGETS

SELECT STRATEGY

Choose a quantitative strategy to screen stocks

{{ currentStrategy.name }}

{{ currentStrategy.description }}

ANALYZING 5000+ STOCKS...

{{ strategyName }} - RESULTS

{{ results.length }} STOCKS
# CODE NAME PRICE CHANGE VOLUME 九转计数 信号类型 综合分 金叉✓ 放量✓ 九转计数 SCORE
{{ index + 1 }} {{ stock.ts_code }} {{ stock.name || '-' }} ¥{{ stock.close ? stock.close.toFixed(2) : '-' }} {{ stock.pct_chg >= 0 ? '+' : '' }}{{ stock.pct_chg ? stock.pct_chg.toFixed(2) : '0.00' }}% {{ stock.vol ? (stock.vol / 10000).toFixed(0) + '万' : '-' }} {{ stock.td_count }} {{ stock.td_type_cn || '-' }} {{ stock.composite_score ? stock.composite_score.toFixed(3) : '-' }} {{ stock.td_count }} {{ stock.score ? stock.score.toFixed(2) : '-' }}
📭

未选取到股票

当前市场条件下没有符合 {{ strategyName }} 的股票

建议调整策略参数或尝试其他策略