MQL5-Google-Onedrive/mt5/MQL5/Experts
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
..
ExpertMAPSARSizeOptimized_Improved.mq5 Improve ExpertMAPSARSizeOptimized EA with enhanced risk management, logging, and safety features 2026-01-19 14:19:52 +07:00
SMC_TrendBreakout_MTF_EA.mq5 feat(mql5): cache static symbol properties in OnInit 2026-01-22 17:32:14 +00:00