MQL5-Google-Onedrive/mt5/MQL5
google-labs-jules[bot] 5672ffdd21 Bolt: Optimize SMC Trend Breakout Indicator performance
- Implement lazy loading for MTF direction confirmation to avoid redundant data copying.
- Use native `ArrayFill` for faster indicator buffer clearing in `OnCalculate`.
- Replace `CopyTime` with `iTime` for more efficient lower timeframe bar checks.
- Declare fractal buffers as `static` to reduce memory allocation overhead.
- All changes verified with repository validation and integration tests.

Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-02-05 10:46:30 +00:00
..
Experts Bolt: optimize EA execution path and lot calculation (#254) 2026-02-05 02:53:34 +07:00
Indicators Bolt: Optimize SMC Trend Breakout Indicator performance 2026-02-05 10:46:30 +00:00