...
This commit is contained in:
@@ -154,7 +154,10 @@ fun TradingDecisionLog() {
|
||||
fontWeight = FontWeight.ExtraBold
|
||||
)
|
||||
}
|
||||
Text("신뢰도: ${log.confidence}%", fontSize = 11.sp)
|
||||
when (log.decision) {
|
||||
"BUY", "SELL", "HOLD" -> Text("신뢰도: ${log.confidence}%", fontSize = 11.sp)
|
||||
}
|
||||
|
||||
Text("이유: ${log.reason}", fontSize = 12.sp, color = Color.DarkGray)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user