MQL5-Google-Onedrive/mt5/MQL5/Experts
GenX FX Trading System 382a5e492c
Bolt: optimize EA execution path and lot calculation (#254)
- Pre-calculated constants in OnInit() to replace recurring divisions and point-conversions in the trade execution path.
- Optimized CalculateLots(), CalculateSL(), and CalculateTP() by using pre-calculated factors and inverses.
- Consolidated lot limit checks into a single range check.
- Reduced mathematical operations in OnTick() and trade functions.
- Verified with repository CI and automation test scripts.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2026-02-05 02:53:34 +07:00
..
ExpertMAPSARSizeOptimized_Improved.mq5 Bolt: Optimized history processing and time calculations in ExpertMAPSARSizeOptimized_Improved 2026-02-04 11:04:14 +00:00
SMC_TrendBreakout_MTF_EA.mq5 Bolt: optimize EA execution path and lot calculation (#254) 2026-02-05 02:53:34 +07:00