Features of the mql5 language, subtleties and tricks - page 305
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
Learning the pros and smiling))))))
https://en.cppreference.com/w/cpp/language/operator_arithmetic.html
Thanks. I would like to find a quick way to multiply int by the negative power of 10.
Thanks. I would like to find a quick way to multiply int by the negative power of 10.
Is that you, so you don't have to divide by 10 in a loop? Something that would work roughly the same way:
С++17:
You're doing this so you don't have to divide by 10 in the loop?
About that. If Pow is made float, it will speed up immediately. But then there is a loss of accuracy on the same BTCUSD.
Have you tried OpenCL for this type of task(packing-unpacking)?
I'm not really into this kind of thing. The speed is already pretty good. But for self-education it would be interesting to see a ready variant.
Here https://www.mql5.com/en/forum/349798/page 3#comment_57408237
Result (BTCUSD).
I'm not in this thread at all. The speed is already pretty good. But for self-education it would be interesting to see the finished version.
I'm out of the loop, too. Still trying to get into it.
Of course, you need to define the tasks for these technologies.
I'm out of the loop, too. Still trying to get into it.
Here are all the files to play
Of course, we need to define the tasks for these technologies.