MQL5-Google-Onedrive/mt5/MQL5/Experts
google-labs-jules[bot] 8e98b834e8 Bolt: Optimize EA hot-path and daily limit logic
This commit implements several performance optimizations for the ExpertMAPSARSizeOptimized_Improved Expert Advisor:

1.  **Environment API Caching**: Implemented a 1-second cache for `TerminalInfoInteger` and `MQLInfoInteger` calls in `IsTradingAllowed` to reduce terminal API overhead during rapid price ticks.
2.  **Fast Time Filtering**: Replaced expensive `TimeToStruct` and hour-extraction logic with pre-calculated seconds since midnight (`g_startSeconds`, `g_endSeconds`) and fast modulo arithmetic (`TimeCurrent() % 86400`).
3.  **Dynamic Daily Limits**: Optimized daily limit checks by pre-calculating currency bounds. Limits are now correctly recalculated at the start of each new trading day based on the starting balance, ensuring accuracy for multi-day sessions.
4.  **Log Throttling**: Added a daily throttle for "limit reached" alerts to prevent log flooding.
5.  **Fast Day-Start Calculation**: Optimized `todayStart` calculation using integer math instead of structure conversions.

These changes significantly reduce the CPU footprint of the `OnTick` path while maintaining (and improving) the logical correctness of risk management features.
2026-02-21 20:43:46 +00:00
..
EXNESS_GenX_Trader.mq5 Hardening: disable WebRequest by default 2026-02-10 04:38:44 +00:00
ExpertMACD_Enhanced.mq5 Hardening: disable WebRequest by default 2026-02-10 04:38:44 +00:00
ExpertMAMA_Enhanced.mq5 Hardening: disable WebRequest by default 2026-02-10 04:38:44 +00:00
ExpertMAPSAR_Enhanced.mq5 Hardening: disable WebRequest by default 2026-02-10 04:38:44 +00:00
ExpertMAPSAR_Filtered.mq5 Add optimized ExpertMAPSAR variations and tuning guide 2026-01-19 05:08:51 +00:00
ExpertMAPSAR_Improved.mq5 Add optimized ExpertMAPSAR variations and tuning guide 2026-01-19 05:08:51 +00:00
ExpertMAPSAR_RiskBased.mq5 Add optimized ExpertMAPSAR variations and tuning guide 2026-01-19 05:08:51 +00:00
ExpertMAPSARSizeOptimized.mq5 Add optimized ExpertMAPSAR variations and tuning guide 2026-01-19 05:08:51 +00:00
ExpertMAPSARSizeOptimized_Improved.mq5 Bolt: Optimize EA hot-path and daily limit logic 2026-02-21 20:43:46 +00:00
SMC_TrendBreakout_MTF_EA.mq5 Merge branch 'copilot/install-juless-cli' into copilotmql5-production-readiness-8b65 2026-02-10 13:16:23 +07:00