trade disabled ?

 
Today my tester stopped doing trades. I understand when settings prohibit real trades, but how tester can be disabled? I have two computers. On another one what is not connected with internet there are no such problem with same EA and trades.
Files:
 

You need to add a check of the Tester.

if(!MQLInfoInteger(MQL_TESTER)) 
	{      
	CheckTradeAllowed();
	CheckConnect();

}

 
SteelAce:
Today my tester stopped doing trades. I understand when settings prohibit real trades, but how tester can be disabled? I have two computers. On another one what is not connected with internet there are no such problem with same EA and trades.
Seems like a bug, I would suggest you to report it to ServiceDesk.