0
0
Fourche 1
miroir de https://github.com/A6-9V/MQL5-Google-Onedrive.git synchronisé 2026-04-11 10:20:57 +00:00
MQL5-Google-Onedrive/mt5/MQL5/Experts
google-labs-jules[bot] f7edc42fbb feat(ea): Cache static symbol properties in OnInit
Caches static symbol properties (e.g., point size, tick value, volume constraints) in global variables during the EA's `OnInit` phase.

This change refactors the `OpenBuyTrade`, `OpenSellTrade`, `CalculateSL`, `CalculateTP`, and `CalculateLots` functions to use these cached values instead of making repeated, performance-intensive `SymbolInfo...` calls within the `OnTick` hot path. This significantly reduces the EA's per-tick processing overhead.
2026-01-25 17:10:02 +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-25 17:10:02 +00:00