Commit graph

2 commits

Author SHA1 Message Date
google-labs-jules[bot]
8cc94e8368 Bolt: performance optimizations for automation and MQL5
- Optimized `scripts/test_automation.py` by removing ProcessPoolExecutor and executing tests sequentially, reducing overhead for short-running tests.
- Implemented 1-second caching for environment API calls and daily limit checks in `ExpertMAPSARSizeOptimized_Improved.mq5`.
- Added log throttling and reordered `OnTick` in `ExpertMAPSARSizeOptimized_Improved.mq5` to prioritize cheap checks.
- Implemented `IsTradingAllowed` with 1-second caching and integrated it into `SMC_TrendBreakout_MTF_EA.mq5`.
- Updated `.jules/bolt.md` with new performance learnings.
2026-02-15 21:03:25 +00:00
google-labs-jules[bot]
ea261ed334 Merge feature branch, cleanup dependencies, and sanitize credentials
Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-01-28 10:24:13 +00:00