0
0
Derivar 1
réplica de https://github.com/A6-9V/MQL5-Google-Onedrive.git sincronizado 2026-07-10 09:22:03 +00:00
MQL5-Google-Onedrive/mt5/MQL5/Experts
google-labs-jules[bot] 2ad1bb4352 feat(performance): Optimize OnTick with new bar check
- Adds a lightweight new bar check at the start of the OnTick() function using `CopyTime()`.
- This provides an early exit on ticks that do not form a new bar, preventing the expensive `CopyRates()` call and subsequent logic from running unnecessarily.
- Renames `gLastSignalBarTime` to `gLastBarTime` for clarity.
- Removes the old, redundant new bar check.
2026-01-08 17:03:42 +00:00
..
SMC_TrendBreakout_MTF_EA.mq5 feat(performance): Optimize OnTick with new bar check 2026-01-08 17:03:42 +00:00