
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Why do you pass Value by reference? Is it to save copy time?
Yes. Especially for strings.
Yes. Especially for strings.
Not in MQL, not anymore anyways. It's actually twice as slow passing as reference in debugging, and close enough to the same when compiled normally that it really doesn't matter. Try for yourself.
Also here is my final version of the working None-Type lib.
Not in MQL, not anymore anyways. It's actually twice as slow passing as reference in debugging, and close enough to the same when compiled normally that it really doesn't matter. Try for yourself.
Interesting, thanks!
Also here is my final version of the working None-Type lib.
You missed the float FLT_MAX
Interesting, thanks!
Форум по трейдингу, автоматическим торговым системам и тестированию торговых стратегий
Ошибки, баги, вопросы
fxsaber, 2018.10.29 07:36
I am not by computer but I would try Nicholi's test with
My test: the by_val works much faster than the by_ref.