MQL5-Google-Onedrive/mt5/MQL5
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
..
Experts Bolt: Implement log throttling for trading limits and environment checks 2026-02-10 17:28:45 +00:00
Indicators Bolt: Optimized SMC_TrendBreakout_MTF indicator performance 2026-02-06 10:52:52 +00:00