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.
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.
Adding restrictions and such things are not allowed to have in the ea.
Automatic validation of indicator failed: no trading operation

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
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