This commit is contained in:
2026-01-22 16:26:29 +09:00
parent 99804b892a
commit 5587635624
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -91,6 +91,7 @@ fun StockDetailSection(
// 2. 차트 데이터 로드 (KisSession 기반으로 파라미터 간소화)
coroutineScope {
TechnicalAnalyzer.clear()
launch {tradeService.fetchChartData(stockCode, isDomestic)
.onSuccess { data ->
println("✅ 차트 데이터 로드 성공: ${data.size}") // ${} 사용하여 정확히 출력