MQL5-Google-Onedrive/mt5/MQL5
google-labs-jules[bot] 8556f951ff feat(performance): Cache static symbol properties in OnInit
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.
2026-01-20 19:50:08 +00:00
..
Experts feat(performance): Cache static symbol properties in OnInit 2026-01-20 19:50:08 +00:00
Indicators feat(mql5): cache MTF confirmation to reduce CPU load (#78) 2026-01-10 05:36:08 +07:00