의 미러
https://github.com/A6-9V/MQL5-Google-Onedrive.git
동기화됨 2026-08-24 10:13:56 +00:00
| 파일 이름 | 최신 커밋 메시지 | 최근 커밋 날짜 |
|---|---|---|
This commit introduces a critical performance optimization to the OnTick() function in the main Expert Advisor. Previously, the function called the expensive `CopyRates()` function on every incoming price tick, only to potentially discard the data if a new bar had not formed. This change implements an "early exit" strategy. By using the lightweight `iTime()` function at the very beginning of `OnTick()`, the EA now immediately checks for a new bar and exits if one has not formed. This ensures that the resource-intensive data copying and subsequent trading logic only run once per bar, significantly reducing CPU load and improving the overall efficiency of the advisor. |
||
| .. | ||
| Experts | ||
| Indicators | ||