MQL5-Google-Onedrive/mt5/MQL5
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
..
Experts feat(performance): Use Ask/Bid globals for faster price access 2026-01-23 17:05:33 +00:00
Indicators feat(mql5): cache MTF confirmation to reduce CPU load (#78) 2026-01-10 05:36:08 +07:00