MQL5-Google-Onedrive/mt5/MQL5
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
..
Experts feat(perf): Prevent expensive calculations on every tick 2026-01-03 17:02:51 +00:00
Indicators feat: Add SL/TP modes and risk management to EA 2025-12-26 08:17:39 +00:00