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