MQL5-Google-Onedrive/.jules
google-labs-jules[bot] d93c461815 Bolt: optimize trading constants in SMC EA
Pre-calculate several trading constants in OnInit() to improve performance
in the OnTick path. This includes:
- Inverse lot step and margin for faster lot calculation
- Fixed point offsets for SL and TP
- Combined min/max lot limits to reduce clamping overhead
- A unified lot risk factor to replace redundant divisions in CalculateLots()

These changes reduce the number of arithmetic operations executed on every
trade signal, significantly improving backtesting efficiency.

Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-02-04 17:37:41 +00:00
..
bolt.md Bolt: optimize trading constants in SMC EA 2026-02-04 17:37:41 +00:00
deploy.yml Add dev container setup, cloud deployment configs, and Jules deployment automation 2026-01-19 09:53:30 +07:00