Unable to add my advisor to the Market

 

i get these two errors continuously


tester takes too long time

strategy report is not available


can you please help me resolve the issue

Files:
Untitled.jpg  74 kb
 
I am trying to add mt4 ea to the market, but I am getting this  error, can anyone help me on this
 
Vijay Akash T P:
I am trying to add mt4 ea to the market, but I am getting this  error, can anyone help me on this

The tester cannot trade other instruments than itself ,not for validation and neither does the users tester.

You can make the tester trade the current symbol - since no one can test the ea in the tester anyway -

to identify the testing process you can have a block of code with your trading execution running on the current symbol like this 

//probably on ontick ,if your functions are on timer or on init then just add the testing block on tick
(IsTesting())
{
//code for the tester 
}
(!IsTesting())
{
//your code as it is now
}
 
Vijay Akash T P:

i get these two errors continuously


tester takes too long time

strategy report is not available


can you please help me resolve the issue

There are several responses to the other thread(s) you raised

 
Lorentzos Roussos:

There are several responses to the other thread(s) you raised

I did upload again after deleting unnecessary lines, now I get
 
Vijay Akash T P:
I did upload again after deleting unnecessary lines, now I get

It says no report found i assume .

 
Vijay Akash T P:

Do not double post!

I will delete your duplicate post and move Lorentzos reply here.

Reason: