mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-08-24 10:23:56 +00:00
| Filename | Latest commit message | Latest commit date |
|---|---|---|
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 | ||