MQL5 EA Question

 

I have an EA that works well on my computer but it does not work one someone else's computer

please what possible reasons are there for this type of thing to happen, EA is attached 

Files:
 

Hi! You should remove or comment or modify the filling as it is broker specific.

   //--- order filling mode, the mode allowed by the server should be used
   trade.SetTypeFilling(ORDER_FILLING_RETURN);
 
Fred Metraux:

Hi! You should remove or comment or modify the filling as it is broker specific.

ok, i will try that, thanks for your response
Reason: