IsTradeAllowe()

 

I use this code into start() loop and I get "Trade not allowed" every time. Any suggestion?

bool trade=IsTradeAllowed();
if(!trade){
Print("Trade not allowed");
}
 

Check this

 
Rosh:

Check this


Thanks for your reply, I think the problem is not there. I get the error message but the EA works fine so is very extrange.