What are all the things that automatic validation checks? - page 3

 
Keith Watford:
I don't know what you are referring to by the normalize volume function.

where ea gives command to open a trade, i have put this Normalize Volume Function:

double volume=StartLot;
double volumeStep=SymbolInfoDouble(_Symbol,SYMBOL_VOLUME_STEP);
double volumeMin=SymbolInfoDouble(_Symbol,SYMBOL_VOLUME_MIN);
double volumeMax=SymbolInfoDouble(_Symbol,SYMBOL_VOLUME_MAX);
double volumeNormalized=round(volume/volumeStep)*volumeStep;
volumeNormalized=volumeNormalized<volumeMin?volumeMin:(volumeNormalized>volumeMax?volumeMax:volumeNormalized)

;

however, validation still gives OrderSendError 131.

 
This new automatic validation works well for me better than moderator stuff. 

It took me many days to get through the moderator with my first EA. 
They made me change the name, description, logo,  etc over and over. 
But this new automatic validation is one day job. Without consulting my programmers for changes, I handle everything myself. 
 
Exactly !
 
Oliver Gideon Amofa Appiah:
This new automatic validation works well for me better than moderator stuff. 

It took me many days to get through the moderator with my first EA. 
They made me change the name, description, logo,  etc over and over. 
But this new automatic validation is one day job. Without consulting my programmers for changes, I handle everything myself. 
For indicators and utilities I guess. Have you uploaded a ea within the last two weeks? A ea is the one that opens trades automatically the others are indicators.
 
Marco vd Heijden:
Exactly !
Did you try updating an ea like I asked? You will see what I mean.
 
Oliver Gideon Amofa Appiah:
This new automatic validation works well for me better than moderator stuff. 

It took me many days to get through the moderator with my first EA. 
They made me change the name, description, logo,  etc over and over. 
But this new automatic validation is one day job. Without consulting my programmers for changes, I handle everything myself. 
He he what was wrong with your product name?
 
Alessandro Boraso:

where ea gives command to open a trade, i have put this Normalize Volume Function:

double volume=StartLot;
double volumeStep=SymbolInfoDouble(_Symbol,SYMBOL_VOLUME_STEP);
double volumeMin=SymbolInfoDouble(_Symbol,SYMBOL_VOLUME_MIN);
double volumeMax=SymbolInfoDouble(_Symbol,SYMBOL_VOLUME_MAX);
double volumeNormalized=round(volume/volumeStep)*volumeStep;
volumeNormalized=volumeNormalized<volumeMin?volumeMin:(volumeNormalized>volumeMax?volumeMax:volumeNormalized)

;

however, validation still gives OrderSendError 131.

Without seeing how you are implementing this function, it is not really possible to comment. Maybe you are calculating the value but not actually using it when placing the order?

 

NOT an indicator. I uploaded my EA on this past 15th September. Faced no issues.

<Deleted>

 
Tonny Obare:
He he what was wrong with your product name?

It was called "Paragon"
Moderator said I shouldn't use a name that promises or something.  I didn't get it. 
I changed it anyway. Lol
 

Oliver Gideon Amofa Appiah:
NOT an indicator. I uploaded my EA on this past 15th September. Faced no issues.

<Deleted>

Do not post any links to any products or services. This is considered advertising and will get you banned

Reason: