mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 12:30:56 +00:00
Replaced `SymbolInfoDouble()` function calls with the pre-defined global variables `Ask` and `Bid` for fetching current market prices within the `OnTick()`, `OpenBuyTrade()`, and `OpenSellTrade()` functions. This change avoids function call overhead in a performance-critical path, leading to a more efficient Expert Advisor. Added comments to explain the optimization. |
||
|---|---|---|
| .. | ||
| ExpertMAPSARSizeOptimized_Improved.mq5 | ||
| SMC_TrendBreakout_MTF_EA.mq5 | ||