MQL5-Google-Onedrive/mt5/MQL5
google-labs-jules[bot] 6f04a8277b Bolt: optimize IsTradingAllowed with 1-second state cache
In `mt5/MQL5/Experts/ExpertMAPSARSizeOptimized_Improved.mq5`, the `IsTradingAllowed` function is optimized with a 1-second cache using `static` variables for `TerminalInfoInteger` and `MQLInfoInteger` states. This significantly reduces terminal API overhead during rapid price ticks, which is a critical performance improvement for Expert Advisors.
2026-02-23 21:21:19 +00:00
..
Experts Bolt: optimize IsTradingAllowed with 1-second state cache 2026-02-23 21:21:19 +00:00
Include feat: Add scalping strategy support for M5, M15, M30 2026-01-28 18:14:03 +00:00
Indicators Address code review: optimize ArraySize() calls and document cache behavior 2026-02-11 08:36:56 +00:00
Presets feat: Add scalping strategy support for M5, M15, M30 2026-01-28 18:14:03 +00:00