mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-08-24 08:13:58 +00:00
| Filename | Latest commit message | Latest commit date |
|---|---|---|
In MQL5 'hot paths', environment API calls like TerminalInfoInteger(TERMINAL_TRADE_ALLOWED) and MQLInfoInteger(MQL_TRADE_ALLOWED) can be a significant bottleneck during high tick frequency. This commit optimizes IsTradingAllowed in ExpertMAPSARSizeOptimized_Improved.mq5 by caching these states for 1 second using a static datetime flag to control refresh frequency, significantly reducing terminal API overhead during rapid price ticks. |
||
| .. | ||
| Experts | ||
| Include | ||
| Indicators | ||
| Presets | ||