增長率
= 0 ? 'text-green-600' : 'text-red-600'}`}> {priceStats.growth_rate >= 0 ? '+' : ''}{priceStats.growth_rate}%
時長
{priceStats.duration_days} 天
起始價格
${formatNumber(priceStats.start_price)}
{priceStats.start_date}
結束價格
${formatNumber(priceStats.end_price)}
{priceStats.end_date}
日期: {data.Date}
開: ${formatNumber(data.HA_Open)}
收: ${formatNumber(data.HA_Close)}
高: ${formatNumber(data.HA_High)}
低: ${formatNumber(data.HA_Low)}
{direction} ${formatNumber(Math.abs(data.HA_Close - data.HA_Open))}