Hello,
Earlier I made a post on this this issue but people seems to misinterpret my issue with compile time error. here's the topic
https://www.mql5.com/en/forum/300946
As you know that the proof reading is done now my an Automatic product validation. So there is no human to whom I can explain this. If you are a seller and you have gone through this then please help me clarify whether the problem is in my code or in the Automatic product validation script? I am telling this because I heard that its a new system and its common for any new software to have bugs in it.
BR
Syed
I think it is in your code..
What makes you think so? If I use fixed lot 0.01 size then why should it be error from my side? Its not an invalid trade volume.
What makes you think so? If I use fixed lot 0.01 size then why should it be error from my side? Its not an invalid trade volume.
It may be for some symbols. Always check that it is a valid lot size for the symbol.
It may be for some symbols. Always check that it is a valid lot size for the symbol.
If you have looked at the error logs then you would have seen that the error is coming from the EURUSD 1H. So 0.01 is not a valid trade volume for this symbol?
If you have looked at the error logs then you would have seen that the error is coming from the EURUSD 1H. So 0.01 is not a valid trade volume for this symbol?
Check if your EA still tries to send an order when you do not have enough money in the account also NormalizeDouble is your friend.
If you have looked at the error logs then you would have seen that the error is coming from the EURUSD 1H. So 0.01 is not a valid trade volume for this symbol?
Check if your EA still tries to send an order when you do not have enough money in the account also NormalizeDouble is your friend.
Have done all this checking here
https://www.mql5.com/en/articles/2555#invalid_lot
My EA does not produce any error message while testing locally. Also my previous version got approved with the same order management function.
- www.mql5.com
What if the user is testing on the “broker” that use minimum lot of say 0.1lot?
Its an automatic process that runs the test on the MQL5 server. However I will try to resubmit the code for validation with 0.1 fixed lot size and see what happens.
Its an automatic process that runs the test on the MQL5 server. However I will try to resubmit the code for validation with 0.1 fixed lot size and see what happens.
Does the EA use a fixed lot size that is hard coded or can it be changed in the inputs?
Does the EA use a fixed lot size that is hard coded or can it be changed in the inputs?
It can be changed in the inputs.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello,
Earlier I made a post on this this issue but people seems to misinterpret my issue with compile time error. here's the topic
https://www.mql5.com/en/forum/300946
As you know that the proof reading is done now my an Automatic product validation. So there is no human to whom I can explain this. If you are a seller and you have gone through this then please help me clarify whether the problem is in my code or in the Automatic product validation script? I am telling this because I heard that its a new system and its common for any new software to have bugs in it.
BR
Syed