Commit graph

2 commits

Author SHA1 Message Date
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
google-labs-jules[bot]
ea261ed334 Merge feature branch, cleanup dependencies, and sanitize credentials
Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-01-28 10:24:13 +00:00