MQL5-Google-Onedrive/mt5/MQL5/Experts
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
..
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: Cache static symbol properties to improve performance 2026-01-21 10:54:07 +00:00