MQL5-Google-Onedrive/mt5/MQL5
google-labs-jules[bot] 2042dffbe6 Bolt: Implement targeted performance optimizations
This commit introduces several performance improvements:
- Optimized `scripts/test_automation.py` by replacing `ProcessPoolExecutor` with sequential execution, reducing CPU overhead for short-lived tasks.
- Optimized `scripts/ci_validate_repo.py` by using `os.walk` and chunked file reading (64KB), improving memory efficiency and traversal speed.
- Optimized `ExpertMAPSARSizeOptimized_Improved.mq5` by implementing 1-second caching for environment API calls (`TerminalInfoInteger`, `MQLInfoInteger`) in the `IsTradingAllowed` hot path.

These changes were verified with benchmarks and existing tests.
2026-02-13 23:43:16 +00:00
..
Experts Bolt: Implement targeted performance optimizations 2026-02-13 23:43:16 +00:00
Include feat: Add scalping strategy support for M5, M15, M30 2026-01-28 18:14:03 +00:00
Indicators Address code review: optimize ArraySize() calls and document cache behavior 2026-02-11 08:36:56 +00:00
Presets feat: Add scalping strategy support for M5, M15, M30 2026-01-28 18:14:03 +00:00