数量
{{ stockList.length }}
🔴涨
{{ upCount }}
🟢跌
{{ downCount }}
✅买
{{ buyableCount }}
⏳等
{{ waitingCount }}
{{ stock.name }}
{{ stock.displayCode }}
{{ formatPrice(stock.current) }}
{{ stock.change >= 0 ? '+' : '' }}{{ stock.change.toFixed(2)
}}
{{ stock.percent >= 0 ? '+' : '' }}{{
stock.percent.toFixed(2) }}%
价差 {{ stock.priceDiff >= 0 ? '+' : '' }}{{
stock.priceDiff.toFixed(2) }}%
可买:{{ formatPrice(stock.canBuy) }}
量:{{ formatVolume(stock.volume) }}
高:{{ formatPrice(stock.high) }}
低:{{ formatPrice(stock.low) }}
价差>0:可关注
价差<0:建议等待
📈 点击股票查看 K 线图