MQL5-Google-Onedrive/mt5/MQL5/Experts
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
..
SMC_TrendBreakout_MTF_EA.mq5 feat(perf): Prevent expensive calculations on every tick 2026-01-03 17:02:51 +00:00