GBPJPY M5 only , can't sell it at MQL5 Market ?

 

I developed a EA that only work for GBPJPY M5 and special broker , if it is possible to sell it at MQL5 Market ? 

Now it can't pass the validation , errors as :

test on EURUSD,H1
there are
no trading operations test on NZDUSD,H1 there are no trading operations
test on GBPUSDcheck,M30
there are
no trading operations
test on XAUUSDcheck,Daily

 
Yun Tang He:

I developed a EA that only work for GBPJPY M5 and special broker , if it is possible to sell it at MQL5 Market ? 

Now it can't pass the validation , errors as :

test on EURUSD,H1
there are
no trading operations test on NZDUSD,H1 there are no trading operations
test on GBPUSDcheck,M30
there are
no trading operations
test on XAUUSDcheck,Daily

My MT5 EA also unable to pass the validation anymore. With CheckMoneyForTrade() function, EA validation fails with the error "there are no trading operations" and without CheckMoneyForTrade(), validation fails due to the error "not enough money...."


Just for the purpose of testing, I coded a function to open a buy trade on every new bar still the validation is getting failed with "there are no trading operations". The same EA is opening trades perfectly when tested on MT5 with Metaquotes demo account server.

 
Yun Tang He:

I developed a EA that only work for GBPJPY M5 and special broker , if it is possible to sell it at MQL5 Market ? 

Now it can't pass the validation , errors as :

test on EURUSD,H1
there are
no trading operations test on NZDUSD,H1 there are no trading operations
test on GBPUSDcheck,M30
there are
no trading operations
test on XAUUSDcheck,Daily

Adding restrictions and such things are not allowed to have in the ea.

 
Kenneth Parling:

Adding restrictions and such things are not allowed to have in the ea.

Thanks . But i didn't added any restrictions clearly , just the rules of the EA are invalid for other currency or other time frame
 
There is small thread about validation (with all the information collected):
Automatic validation of indicator failed: no trading operation
Reason: