MQL5-Google-Onedrive/mt5/MQL5
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
..
Experts feat(ea): Cache static symbol properties in OnInit 2026-01-25 17:10:02 +00:00
Indicators feat(mql5): cache MTF confirmation to reduce CPU load (#78) 2026-01-10 05:36:08 +07:00