.
This commit is contained in:
parent
5c088414c5
commit
90512fc1bd
@ -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")
|
||||
}
|
||||
|
||||
// 계산용 변수
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user