MQL5-Google-Onedrive/mt5
google-labs-jules[bot] 7d19250a72 feat(performance): Add lightweight new bar check to OnTick
This optimization introduces a lightweight check at the beginning of the OnTick() function to exit early if a new bar has not yet formed.

This prevents the expensive CopyRates function and subsequent logic from running on every single price tick, significantly reducing CPU load when the EA is configured to run on bar close.
2026-01-01 19:03:00 +00:00
..
MQL5 feat(performance): Add lightweight new bar check to OnTick 2026-01-01 19:03:00 +00:00