This commit is contained in:
2026-04-13 18:02:38 +09:00
parent a320dcde02
commit 84cfb2782d
2 changed files with 12 additions and 4 deletions
@@ -398,7 +398,9 @@ object AutoTradingManager {
)
}
} else {
analyzeDeepLossHoldingsAfterMarket(holding)
if ("Y".equals(marketCode)) {
analyzeDeepLossHoldingsAfterMarket(holding)
}
}
delay(300) // API 호출 부하 방지
}
@@ -766,7 +768,7 @@ object AutoTradingManager {
lastForceCheckMinute = currentMinute // 실행 완료 기록
}
}
else if((now.hour == 8 || now.hour == 16 || now.hour == 17 || now.hour == 18 || now.hour == 19) && (currentMinute % 10 == 1) || (currentMinute % 10 == 6)) {
else if((now.hour == 8 || now.hour == 16 || now.hour == 17 || now.hour == 18 || now.hour == 19) && (currentMinute % 2 == 1)) {
if (lastForceCheckMinute != currentMinute) {
TradingLogStore.addAnalyzer(
" - ",