This commit is contained in:
2026-01-20 17:24:25 +09:00
parent 5c088414c5
commit 90512fc1bd
+1 -1
View File
@@ -54,7 +54,7 @@ fun IntegratedOrderSection(
mutableStateOf(monitoringItem?.profitRate?.toString() ?: "3.0")
}
var stopLossRate by remember(monitoringItem) {
mutableStateOf(monitoringItem?.stopLossRate?.toString() ?: "-3.0")
mutableStateOf(monitoringItem?.stopLossRate?.toString() ?: "-2.0")
}
// 계산용 변수