diff --git a/mt5-xau-lstm-ppo-stoch-adx-bot.py b/mt5-xau-lstm-ppo-stoch-adx-bot.py index f7c2c07..f630ffa 100644 --- a/mt5-xau-lstm-ppo-stoch-adx-bot.py +++ b/mt5-xau-lstm-ppo-stoch-adx-bot.py @@ -1711,7 +1711,7 @@ def test_bot(symbol="XAUUSD"): now = datetime.now() seconds_until_next_5m = ( - 300 + (5 - now.minte % 5) * 60 - now.second - now.microsecond / 1_000_000 )