MQL5-Google-Onedrive/mt5/MQL5/Experts
google-labs-jules[bot] 85259ef41e feat(ea): Cache static symbol properties in OnInit
This optimization improves the performance of the Expert Advisor by caching static symbol properties (e.g., point size, digits, lot size rules) in global variables during the `OnInit` phase.

Previously, these values were fetched using `SymbolInfo...()` functions on every tick, causing unnecessary overhead in the performance-critical `OnTick` hot path.

This change also replaces calls to `SymbolInfoDouble` for Ask/Bid prices with the faster, built-in `Ask` and `Bid` global variables.
2026-01-19 20:09:25 +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(ea): Cache static symbol properties in OnInit 2026-01-19 20:09:25 +00:00