MQL5-Google-Onedrive/mt5/MQL5
google-labs-jules[bot] 1156847441 feat: Cache static symbol properties to improve performance
Caches static symbol properties such as point size, digits, lot step, tick value, tick size, and initial margin in global variables during the `OnInit` function.

The trading functions are then updated to use these cached values, avoiding repeated calls to `SymbolInfo...` functions in the performance-critical `OnTick` path. This reduces overhead and improves the overall performance and efficiency of the Expert Advisor.
2026-01-21 10:54:07 +00:00
..
Experts feat: Cache static symbol properties to improve performance 2026-01-21 10:54:07 +00:00
Indicators feat(mql5): cache MTF confirmation to reduce CPU load (#78) 2026-01-10 05:36:08 +07:00