This commit is contained in:
2026-01-22 17:56:31 +09:00
parent 5587635624
commit ac50737ea8
5 changed files with 346 additions and 33 deletions
+1
View File
@@ -31,6 +31,7 @@ import service.AutoTradingManager
fun AiAnalysisView(stockCode:String,stockName: String, currentPrice: String, trades: List<model.RealTimeTrade>) {
var aiOpinion by remember { mutableStateOf("분석 대기 중...") }
var code by remember(stockCode) {
aiOpinion = ""
mutableStateOf(stockCode.isNotEmpty())
}
var isAnalyzing by remember { mutableStateOf(false) }