0
0
Derivar 1
réplica de https://github.com/A6-9V/MQL5-Google-Onedrive.git sincronizado 2026-07-10 09:22:03 +00:00
MQL5-Google-Onedrive/mt5
google-labs-jules[bot] c131604f42 feat(perf): Prevent expensive calculations on every tick
Adds a new-bar check to the `OnTick()` function. This is a critical performance optimization that ensures the main EA logic only runs once per bar, not on every incoming price tick.

This dramatically reduces CPU load by preventing the expensive `CopyRates()` and subsequent analysis from running redundantly, making the EA significantly more efficient.
2026-01-03 17:02:51 +00:00
..
MQL5 feat(perf): Prevent expensive calculations on every tick 2026-01-03 17:02:51 +00:00