MQL5-Google-Onedrive/mt5/MQL5/Experts
google-labs-jules[bot] 03d07ac75b feat(performance): Use Ask/Bid globals for faster price access
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.
2026-01-23 17:05:33 +00:00
..
ExpertMAPSARSizeOptimized_Improved.mq5 Improve ExpertMAPSARSizeOptimized EA with enhanced risk management, logging, and safety features 2026-01-19 14:19:52 +07:00
SMC_TrendBreakout_MTF_EA.mq5 feat(performance): Use Ask/Bid globals for faster price access 2026-01-23 17:05:33 +00:00