MQL5-Google-Onedrive/.jules
google-labs-jules[bot] afaa6c2d73 Bolt: Pre-calculate lot size multiplier and use static arrays in OnTick
- Pre-calculated `g_riskMultiplier` and `g_lotValuePerUnit` in `OnInit()` to optimize `CalculateLots()` math.
- Declared data arrays (`rates`, `upperBand`, `lowerBand`, `emaFast`, `emaSlow`, `atr`) as `static` in `OnTick()` to reuse memory allocations.
- Added performance documentation in `.jules/bolt.md`.

Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-01-31 17:36:42 +00:00
..
bolt.md Bolt: Pre-calculate lot size multiplier and use static arrays in OnTick 2026-01-31 17:36:42 +00:00
deploy.yml Add dev container setup, cloud deployment configs, and Jules deployment automation 2026-01-19 09:53:30 +07:00