mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 02:30:56 +00:00
Optimized the `IsTradingAllowed` function in `ExpertMAPSARSizeOptimized_Improved.mq5` by adding a 1-second cache for terminal and MQL trading allowed states. - Reduces redundant `TerminalInfoInteger` and `MQLInfoInteger` API calls. - Improves performance during high-frequency price ticks. - Maintains correctness while significantly reducing CPU overhead in the EA's hot path. |
||
|---|---|---|
| .. | ||
| ExpertMAPSARSizeOptimized_Improved.mq5 | ||
| SMC_TrendBreakout_MTF_EA.mq5 | ||