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 |
|---|---|---|
In `mt5/MQL5/Experts/ExpertMAPSARSizeOptimized_Improved.mq5`, the `IsTradingAllowed` function is optimized with a 1-second cache using `static` variables for `TerminalInfoInteger` and `MQLInfoInteger` states. This significantly reduces terminal API overhead during rapid price ticks, which is a critical performance improvement for Expert Advisors. |
||
| .. | ||
| EXNESS_GenX_Trader.mq5 | ||
| ExpertMACD_Enhanced.mq5 | ||
| ExpertMAMA_Enhanced.mq5 | ||
| ExpertMAPSAR_Enhanced.mq5 | ||
| ExpertMAPSAR_Filtered.mq5 | ||
| ExpertMAPSAR_Improved.mq5 | ||
| ExpertMAPSAR_RiskBased.mq5 | ||
| ExpertMAPSARSizeOptimized.mq5 | ||
| ExpertMAPSARSizeOptimized_Improved.mq5 | ||
| SMC_TrendBreakout_MTF_EA.mq5 | ||