mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 12:30:56 +00:00
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> |
||
|---|---|---|
| .. | ||
| MQL5 | ||