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