mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 08:10:56 +00:00
Replaced `SymbolInfoDouble()` calls with the pre-defined `Ask` and `Bid` global variables in performance-critical functions (`OnTick`, `OpenBuyTrade`, `OpenSellTrade`). This is a standard MQL5 optimization that avoids the function call overhead associated with `SymbolInfoDouble`, leading to faster execution on every price tick. |
||
|---|---|---|
| .. | ||
| Experts | ||
| Indicators | ||