Trying to Upload EA to Market on mql5 but Validation failed
-
Hi,
I converted from mql4 to mql5 and then compiled mql5 to ex5 with fxdreema and then I tried to upload to the market but I got an error message that said to use a new compiler so I guess fxdreema mql5 compiler isn't uploaded to the latest version ?Then I compiled mql5 file with metaeditor5 but I am still failing the validation test.

Any help is apreciated thanks.
-
wat do u mean uploading to market?
-
@youngtreptrader upload to market on mql5.com
-
why trying to upload there?
-
@youngtreptrader you can sell your ea or rent it there
-
ohh i see. ur not trying to test the bot. just strictly posting. so that must be something with mql5 side possibly.
-
try to modify or add block: If Testing Block
then limit the lot size to fixed size, and test if the error will be eliminated and uploaded on the market.
just to trace the error really exist on your code, I do this sometimes when I uploaded my robot on mql5 market.