mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 10:20:57 +00:00
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. |
||
|---|---|---|
| .. | ||
| MQL5 | ||