MQL5-Google-Onedrive/mt5/MQL5
google-labs-jules[bot] 29d76225f3 feat(ea): lazy load EMA confirmation indicators
Refactors the `OnTick` function to defer fetching EMA confirmation data until after a potential Donchian Channel breakout is detected.

This "early exit" or "lazy loading" strategy avoids two expensive `CopyBuffer` calls on every tick where no primary trade signal is present, significantly reducing the computational load in the EA's most critical hot path. This improves overall efficiency and tick processing speed.

Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-01-29 17:07:26 +00:00
..
Experts feat(ea): lazy load EMA confirmation indicators 2026-01-29 17:07:26 +00:00
Indicators feat(mql5): cache MTF confirmation to reduce CPU load (#78) 2026-01-10 05:36:08 +07:00