MQL5-Google-Onedrive/mt5
google-labs-jules[bot] ac795080e0 feat(performance): Use lazy calculation for indicators in OnTick
Refactors the `OnTick` function to conditionally calculate fractal and Donchian Channel data.

This optimization avoids expensive `CopyBuffer`, `iHighest`, and `iLowest` calls when the corresponding user settings (`UseSMC`, `UseDonchianBreakout`, etc.) are disabled. This reduces the EA's CPU footprint for users who do not require all indicator-based features, improving overall performance.
2026-01-11 19:09:42 +00:00
..
MQL5 feat(performance): Use lazy calculation for indicators in OnTick 2026-01-11 19:09:42 +00:00