1
0
포크 0
MQL5-Google-Onedrive/mt5/MQL5/Experts
google-labs-jules[bot] a6a38a2937 Bolt: Optimize SMC_TrendBreakout_MTF_EA hot paths
Implemented performance optimizations in `SMC_TrendBreakout_MTF_EA.mq5`:
- Pre-calculate constants in `OnInit` to avoid redundant divisions and math in `OnTick`.
- Optimize `NormalizeLots` to use multiplication by a cached inverse `G_INV_VOL_STEP`.
- Consolidate risk and point-value math into cached multipliers (`g_riskMultiplier`, `g_lotValuePerUnit`).
- Use pre-calculated SL/TP buffers (`g_swingSLBuffer`, `g_fixedSL`, `g_fixedTP`) in the execution path.

These changes reduce CPU overhead during rapid market ticks without altering trading logic.
2026-02-20 20:54:36 +00:00
..
EXNESS_GenX_Trader.mq5 Hardening: disable WebRequest by default 2026-02-10 04:38:44 +00:00
ExpertMACD_Enhanced.mq5 Hardening: disable WebRequest by default 2026-02-10 04:38:44 +00:00
ExpertMAMA_Enhanced.mq5 Hardening: disable WebRequest by default 2026-02-10 04:38:44 +00:00
ExpertMAPSAR_Enhanced.mq5 Hardening: disable WebRequest by default 2026-02-10 04:38:44 +00:00
ExpertMAPSAR_Filtered.mq5 Add optimized ExpertMAPSAR variations and tuning guide 2026-01-19 05:08:51 +00:00
ExpertMAPSAR_Improved.mq5 Add optimized ExpertMAPSAR variations and tuning guide 2026-01-19 05:08:51 +00:00
ExpertMAPSAR_RiskBased.mq5 Add optimized ExpertMAPSAR variations and tuning guide 2026-01-19 05:08:51 +00:00
ExpertMAPSARSizeOptimized.mq5 Add optimized ExpertMAPSAR variations and tuning guide 2026-01-19 05:08:51 +00:00
ExpertMAPSARSizeOptimized_Improved.mq5 Merge feature branch, cleanup dependencies, and sanitize credentials 2026-01-28 10:24:13 +00:00
SMC_TrendBreakout_MTF_EA.mq5 Bolt: Optimize SMC_TrendBreakout_MTF_EA hot paths 2026-02-20 20:54:36 +00:00