Expert Places Trades But No Backtest

 

I have a number of EAs that run on an account, but when backtesting, there are no results. What is the coding they use to make this happen? If there is a code, or is there something else that could be making this happen.

Thanks Guys,

Much Appreciated.

 

Either extremely poor quality history data or..

something like this

if(IsTesting()==true) return (0); // quit

Good Luck

-BB-

 
FXpipclash wrote >>

I have a number of EAs that run on an account, but when backtesting, there are no results. What is the coding they use to make this happen? If there is a code, or is there something else that could be making this happen.

Thanks Guys,

Much Appreciated.

Need to check the logs to see what is happening. You can also open the Optimization Results tab and uncheck "Skip Useless Results", run tester and you will see if

you are just generating losing trades or if there is some other issue.

HTH

Keith

Reason: