.
This commit is contained in:
@@ -54,7 +54,7 @@ fun IntegratedOrderSection(
|
|||||||
mutableStateOf(monitoringItem?.profitRate?.toString() ?: "3.0")
|
mutableStateOf(monitoringItem?.profitRate?.toString() ?: "3.0")
|
||||||
}
|
}
|
||||||
var stopLossRate by remember(monitoringItem) {
|
var stopLossRate by remember(monitoringItem) {
|
||||||
mutableStateOf(monitoringItem?.stopLossRate?.toString() ?: "-3.0")
|
mutableStateOf(monitoringItem?.stopLossRate?.toString() ?: "-2.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
// 계산용 변수
|
// 계산용 변수
|
||||||
|
|||||||
Reference in New Issue
Block a user