MQL5-Google-Onedrive/mt5
google-labs-jules[bot] ef9ebcda2b feat(mql5): cache static symbol properties in OnInit
Caches static symbol properties (_Point, _Digits) in global variables during OnInit() to avoid redundant function calls in the performance-critical OnTick() hot path.

Replaces direct calls to SymbolInfoDouble() for ASK/BID with the more performant, pre-defined global variables Ask and Bid.

This change follows MQL5 best practices for performance, although the real-world impact is expected to be minimal as network latency is the primary bottleneck.
2026-01-22 17:32:14 +00:00
..
MQL5 feat(mql5): cache static symbol properties in OnInit 2026-01-22 17:32:14 +00:00