
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
Guys who can reproduce the incorrect work of MathRound, please run this advisor and show the result.
I want to add a MathRound check to my EAs and I want to make sure that my function returns false if MathRound doesn't work correctly. I'm just not sure I was able to avoid compiler optimizations.
(The code is cross-platform)
[Edited to combine 2 posts into one]Guys who can reproduce the incorrect work of MathRound, please run this advisor and show the result.
I want to add a MathRound check to my EAs and I want to make sure that my function returns false if MathRound doesn't work correctly. I'm just not sure I was able to avoid compiler optimizations.
(The code is cross-platform)
You are off-topic.
I'm talking about the MathRound bug, which is the subject of this thread.
At the moment, the only way to avoid this bug is to not run the advisor/indicator on computers where it occurs. That's what I'm trying to do, but I can't reproduce the bug on my end.
But you can delete my posts if you want.
That's absolutely not right. While I agree it's still perfectible, they care about the developers community in general, inside their own agenda and priorities.
What they probably don't care is about you and your needs, you have no right to talk in name of the community of MQL developers.
Additionally, MT4 is done, they announced there will be no development or bug fixes years ago. Only critical bugs and security issues.
So they should fix MathRound and MathFloor, because it works ok in stable version MT4 build 1420. Everyone who installs the MT4 platform from any broker will get the latest version and it is a beta version with lots of errors. Why doesn't the stable version install?
We found a bug in the CRT function floor, when it fallback execution from SSE4.1 to SSE2 and CRT is linked as static library (/MT)
CRT function floor doesn't work properly if your CPU doesn't support SSE4.1
Forum on trading, automated trading systems and testing trading strategies
ERROR: MathRound + Windows Server 2019 + MetaTrader 4 = not working
Ilyas, 2024.10.29 19:01
Lets see what MS will say: https://developercommunity.visualstudio.com/t/function-floor-does-not-properly-work-on/10778831?
We will make custom floor to bypass this bug.