forked from LengKundee/MQL5-Google-Onedrive
Replaces expensive `SymbolInfoDouble()` calls with the faster, globally-available `Ask` and `Bid` variables within the performance-critical `OnTick` function and its downstream trade execution functions. This is a standard MQL5 optimization that avoids function call overhead, leading to more efficient tick processing. |
||
|---|---|---|
| .. | ||
| MQL5 | ||