mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-08-24 08:53:57 +00:00
| Filename | Latest commit message | Latest commit date |
|---|---|---|
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. |
||
| .. | ||
| Experts | ||
| Indicators | ||