MQL5-Google-Onedrive/mt5/MQL5/Experts
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
..
EXNESS_GenX_Trader.mq5 Hardening: disable WebRequest by default 2026-02-10 04:38:44 +00:00
ExpertMACD_Enhanced.mq5 Hardening: disable WebRequest by default 2026-02-10 04:38:44 +00:00
ExpertMAMA_Enhanced.mq5 Hardening: disable WebRequest by default 2026-02-10 04:38:44 +00:00
ExpertMAPSAR_Enhanced.mq5 Hardening: disable WebRequest by default 2026-02-10 04:38:44 +00:00
ExpertMAPSAR_Filtered.mq5 Add optimized ExpertMAPSAR variations and tuning guide 2026-01-19 05:08:51 +00:00
ExpertMAPSAR_Improved.mq5 Add optimized ExpertMAPSAR variations and tuning guide 2026-01-19 05:08:51 +00:00
ExpertMAPSAR_RiskBased.mq5 Add optimized ExpertMAPSAR variations and tuning guide 2026-01-19 05:08:51 +00:00
ExpertMAPSARSizeOptimized.mq5 Add optimized ExpertMAPSAR variations and tuning guide 2026-01-19 05:08:51 +00:00
ExpertMAPSARSizeOptimized_Improved.mq5 Bolt: Implement targeted performance optimizations 2026-02-13 23:43:16 +00:00
SMC_TrendBreakout_MTF_EA.mq5 Merge branch 'copilot/install-juless-cli' into copilotmql5-production-readiness-8b65 2026-02-10 13:16:23 +07:00