MQL5-Google-Onedrive/mt5/MQL5/Experts
google-labs-jules[bot] cb59ea9f72 feat(mql5): Use Ask/Bid for Faster Price Retrieval
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.
2026-01-21 17:34:07 +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(mql5): Use Ask/Bid for Faster Price Retrieval 2026-01-21 17:34:07 +00:00