This commit is contained in:
lunaticbum 2026-04-30 17:27:59 +09:00
parent 3c7f652f38
commit 7c953304fa

View File

@ -903,7 +903,8 @@ object AutoTradingManager {
} else {
val now = LocalTime.now()
val currentMinute = now.minute
if (now.hour == 9 && (currentMinute % 10 == 1 || currentMinute % 10 == 7)) {
if (now.hour == 9 && currentMinute % 2 == 1
) {
if (lastForceCheckMinute != currentMinute) {
TradingLogStore.addAnalyzer(
" - ",