This commit is contained in:
JUNGGWAN KIM 2026-05-11 09:57:39 +09:00
parent 93907c2dac
commit b1d334a6cd

View File

@ -767,7 +767,7 @@ object AutoTradingManager {
var myOredsAndBalanceCodes : MutableSet<String> = mutableSetOf() var myOredsAndBalanceCodes : MutableSet<String> = mutableSetOf()
suspend fun checkBalance(isMorning: Boolean = true) { suspend fun checkBalance(isMorning: Boolean = true) {
if (isMorning) { if (isMorning) {
// currentBalance = KisTradeService.fetchIntegratedBalance().getOrNull() currentBalance = KisTradeService.fetchIntegratedBalance().getOrNull()
// currentBalance?.let { currentBalance -> // currentBalance?.let { currentBalance ->
// if (LocalTime.now().isBefore(LocalTime.of(18,1))) { // if (LocalTime.now().isBefore(LocalTime.of(18,1))) {
// TradingReportManager.recordAssetSnapshot( // TradingReportManager.recordAssetSnapshot(