problem with strategy tester plaesee help

 
i have an ea that uses stopp loss and takeprofit and it hits the takeprofit most of the time but my problem is that it closes sometime with "close" and it is a loss it is not stopploss iit is just written close i dont know how to undestand that !!!
 
mohammed323:
i have an ea that uses stopp loss and takeprofit and it hits the takeprofit most of the time but my problem is that it closes sometime with "close" and it is a loss it is not stopploss iit is just written close i dont know how to undestand that !!!
Your code decided to do an OrderClose() instead of waiting for SL or TP to be hit.
 
All trades are closed when the test ends.
Reason: