Harden scheduler and stale breakout reentry

This commit is contained in:
whdwo
2026-06-15 18:52:42 +09:00
parent eac4ece01e
commit 901243348e
16 changed files with 181 additions and 61 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ async def main():
now = datetime.now()
now_str = now.strftime("%H:%M")
if not ("09:00" <= now_str <= "15:10"):
if not ("09:00" <= now_str < "15:10"):
print(f"[{now_str}] outside trading window - watchdog skipped")
return