forked from LengKundee/MQL5-Google-Onedrive
Caches frequently accessed but static symbol properties (like point size, digits, tick value, and lot size rules) in global variables during the `OnInit` phase. This is a standard performance optimization in MQL5 to avoid the overhead of repeated `SymbolInfo...()` function calls within the performance-critical `OnTick()` execution path and its sub-routines. By fetching this data once at startup, the EA's tick processing becomes faster and more efficient. Added comments to highlight the performance-related changes. |
||
|---|---|---|
| .. | ||
| MQL5 | ||