MQL5-Google-Onedrive/mt5
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
..
MQL5 feat(performance): Optimize OnTick with new bar check 2026-01-08 17:03:42 +00:00