시계
0
0
포크
이미 MQL5-Google-Onedrive을(를) 포크했습니다
1
의 미러 https://github.com/A6-9V/MQL5-Google-Onedrive.git 동기화됨 2026-08-24 10:53:55 +00:00
MQL5-Google-Onedrive/mt5/MQL5/Experts
저장소 파일(최신 커밋부터)
파일 이름 최신 커밋 메시지 최근 커밋 날짜
google-labs-jules[bot] 1d45156fc0 Bolt: Optimized lot and SL calculations in EA
Optimized the performance-critical path in SMC_TrendBreakout_MTF_EA.mq5 by:
- Pre-calculating the inverse of g_lotStep and g_marginInitial in OnInit() to replace division operations with faster multiplications in CalculateLots().
- Pre-calculating the swing SL buffer (SwingSLBufferPoints * g_point) in OnInit() to avoid repeated calculations in CalculateSL().
- Adding robustness checks for zero values before inverse calculation.

These changes reduce computational overhead during backtesting and live execution.

Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-02-03 19:14:32 +00:00
..
ExpertMAPSARSizeOptimized_Improved.mq5 Bolt: Optimize Expert Advisor tick performance and history scanning 2026-02-02 17:40:08 +00:00
SMC_TrendBreakout_MTF_EA.mq5 Bolt: Optimized lot and SL calculations in EA 2026-02-03 19:14:32 +00:00