mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-08-24 10:53:55 +00:00
| Filename | Latest commit message | Latest commit date |
|---|---|---|
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 | ||