mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 15:49:15 +00:00
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. |
||
|---|---|---|
| .. | ||
| ExpertMAPSARSizeOptimized_Improved.mq5 | ||
| SMC_TrendBreakout_MTF_EA.mq5 | ||