0
0
Fork 1
Spiegel von https://github.com/A6-9V/MQL5-Google-Onedrive.git synchronisiert 2026-04-11 08:20:58 +00:00
MQL5-Google-Onedrive/mt5/MQL5/Experts
google-labs-jules[bot] aae41fc606 feat(performance): Use pre-defined Ask/Bid variables in EA
Replaces expensive `SymbolInfoDouble()` calls with the faster, globally-available `Ask` and `Bid` variables within the performance-critical `OnTick` function and its downstream trade execution functions.

This is a standard MQL5 optimization that avoids function call overhead, leading to more efficient tick processing.
2026-01-22 17:22:43 +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 pre-defined Ask/Bid variables in EA 2026-01-22 17:22:43 +00:00