forked from LengKundee/MQL5-Google-Onedrive
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. |
||
|---|---|---|
| .. | ||
| ExpertMAPSARSizeOptimized_Improved.mq5 | ||
| SMC_TrendBreakout_MTF_EA.mq5 | ||