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
I confirm this code, it doesn't work, although everything is correct !
…
…
You ignored my advice about NormalizeDouble and lotstep. #24 Prices from the terminal do not need to be normalized.
Perhaps you should read the manual. OrderSend does not return a bool.
Vladimir Pastushak is checking if its < 0 actually
Perhaps you should read the manual. OrderSend does not return a bool.
How To Ask Questions The Smart Way. 2004
How To Interpret Answers.
RTFM and STFW: How To Tell You've Seriously Screwed Up.
Check your return codes, and report your errors. Don't look at GLE/LE unless you have an error. Don't just silence the compiler, it is trying to help you.
What are Function return values ? How do I use them ? - MQL4 programming forum
Common Errors in MQL4 Programs and How to Avoid Them - MQL4 Articles
You ignored my advice about NormalizeDouble and lotstep. #24 Prices from the terminal do not need to be normalized.
Vladimir Pastushak is checking if its < 0 actually
https://www.mql5.com/en/forum/350461/page3#comment_18194245
I got exactly the same error message from last week, whenever I try to release a new version.
After failing, it got validated later automatically without any action. Strange!!!
Today again I got the same error message while uploading new version. Now waiting for auto validation as before. !!!!
I got exactly the same error message from last week, whenever I try to release a new version.
After failing, it got validated later automatically without any action. Strange!!!
Today again I got the same error message while uploading new version. Now waiting for auto validation as before. !!!!
it logs the error and then passes validation you mean . I think this may be the new norm
it logs the error and then passes validation you mean . I think this may be the new norm
Yes. It logs exactly the same error and then I give up after trying multiple times.
But the next day I got the notification saying , 'Prodcut validation completed'.
It got validated automatically without errors. May be MQL5 team have validated it from their side.
Don't know what is happening. Now also my last version is not validated is not completed due to the same error.
Yes. It logs exactly the same error and then I give up after trying multiple times.
But the next day I got the notification saying , 'Prodcut validation completed'.
It got validated automatically without errors. May be MQL5 team have validated it from their side.
Don't know what is happening. Now also my last version is not validated is not completed due to the same error.
So it does not validate again ?
Any chance its an actual error ?
I started having this problem now trying to update my product version
I don't know what is causing this problem, all previous versions have been successfully validated and this error has only just started to appear.
I have already reviewed all the code that has about 4 thousand lines, I have tried everything. EA works perfectly in testing and updating is a small adjustment in 2 lines of code that do not affect the overall functionality at all.
I've tried to set the lot at 0.01, I've tried to generate random orders when it's not in the real market to try to pass the tests and nothing.
Finally I tried to validate the previous version that had already passed the tests and to my surprise it gave the same error ie the code that had already been successfully validated presented this problem now.
I don't know what was changed in the EA's validation algorithm but they should be more transparent.
I contacted the customer service and they simply sent me to ask on the forum. I found it very disregard.
So what was the solution to this ? wait 24hours and if its not validated try again ?
Edit : this passes validation standalone .Will test with scanners.
It works on scanners too .
Note to sellers : Dont ever [ever never] use MQLInfoInteger to detect if you are in tester .