forked from LengKundee/MQL5-Google-Onedrive
- 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. |
||
|---|---|---|
| .. | ||
| Experts | ||
| Indicators | ||