MQL5-Google-Onedrive/mt5/MQL5/Experts
google-labs-jules[bot] 4ee8aa7bda feat(perf): Bolt: Use Ask/Bid globals for faster price retrieval
Replaced multiple calls to `SymbolInfoDouble()` with the pre-defined global variables `Ask` and `Bid` in the `OnTick`, `OpenBuyTrade`, and `OpenSellTrade` functions.

This is a standard MQL5 micro-optimization that avoids the overhead of a function call on every price tick, leading to a small but measurable performance improvement in a performance-critical code path.
2026-01-20 17:22:52 +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(perf): Bolt: Use Ask/Bid globals for faster price retrieval 2026-01-20 17:22:52 +00:00