镜像自地址
https://github.com/A6-9V/MQL5-Google-Onedrive.git
已同步 2026-08-24 10:53:55 +00:00
| 文件名 | 最新提交消息 | 最新提交日期 |
|---|---|---|
This commit optimizes the MQL5 Expert Advisor by caching static symbol properties (like point size, digits, and lot information) in global variables during the `OnInit` function. This change avoids repeated, unnecessary calls to `SymbolInfo...` functions within the performance-critical `OnTick` function and its helper methods. By fetching this data only once at startup, the EA's per-tick execution becomes more efficient, reducing computational overhead. The `SymbolInfoDouble` calls for Ask and Bid have also been replaced with the faster, pre-defined global variables `Ask` and `Bid`. |
||
| .. | ||
| ExpertMAPSARSizeOptimized_Improved.mq5 | ||
| SMC_TrendBreakout_MTF_EA.mq5 | ||