MQL5-Google-Onedrive/.jules
google-labs-jules[bot] 7b97ef2d23 Bolt: Implement log throttling for trading limits and environment checks
This change introduces log and alert throttling for MQL5 Expert Advisors to prevent performance bottlenecks when a limit is reached or AutoTrading is disabled.

- In `ExpertMAPSARSizeOptimized_Improved.mq5`, `CheckDailyLimits()` now throttles log messages for max trades, daily loss, and daily profit to once per hour.
- In `SMC_TrendBreakout_MTF_EA.mq5`, AutoTrading environment checks are throttled to once per hour to avoid redundant logging every bar.
- These optimizations prevent synchronous `Print()` and `Alert()` calls from flooding the terminal during high volatility or when trading is restricted, ensuring the EA remains responsive.
2026-02-10 17:28:45 +00:00
..
bolt.md Bolt: Implement log throttling for trading limits and environment checks 2026-02-10 17:28:45 +00:00
deploy.yml Add dev container setup, cloud deployment configs, and Jules deployment automation 2026-01-19 09:53:30 +07:00