mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 08:20:58 +00:00
Pre-calculated inverse constants in OnInit to replace division with multiplication in CalculateLots and CalculateSL. - Added g_invLotStep, g_invMarginInitial, and g_swingSLBuffer global variables. - Initialized them in OnInit with safety checks. - Replaced divisions by g_lotStep and g_marginInitial with multiplications by their inverses in CalculateLots. - Replaced inline multiplication in CalculateSL with pre-calculated g_swingSLBuffer. Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| MQL5 | ||