MQL5-Google-Onedrive/mt5
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
..
MQL5 Bolt: optimize IsTradingAllowed with 1-second state cache 2026-02-23 21:21:19 +00:00