EAs doesnt work?

 

Hi there forum,

I have tested my EA on the backtester visual mode, and it draws indicators, marks i have assigned to different patrons, but then on real time mode, does nothing, it doesnt run.

 anyone has an idea of what could be happening? 

thanks in advance

kerso 

 
See error on Experts log or Journal Log.
 

Got my logs but seems like no error happened.

Besides i found the part of the code which doesnt work:

conf=MessageBox("Accept the opening?"+TimeGMT(),"COMPROBATION",MB_YESNO);
if(conf==6){ticket = OrderSend(mrequest,mresult);printf(__FUNCTION__,":",mresult.comment);conf=7;}
else{conf=7;}

 thats the part, i does work without the MessageBox().

Any ideas?

I was trying to do a semiautomatic trading, any other ideas?

Thanks in advance