forked from LengKundee/MQL5-Google-Onedrive
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. |
||
|---|---|---|
| .. | ||
| Experts | ||
| Indicators | ||