Any ideas why an EA attached to a chart with the algo trading turned on doesn't take the trade at all?

 
We are testing an EA, sometimes it takes the trade, sometimes it does not. I am not sure where to begin to troubleshoot it, but I have the ALGO Trading turned on, the little hat icon in the top right of the chart is blue/green. Yesterday it took the trade on both vps accounts, I didn't change a single thing and today neither of them took it. Any help would be appreciated :)
 
How do you expect us to respond without seeing anything? We are not magicians.
 
Soul8:
We are testing an EA, sometimes it takes the trade, sometimes it does not. I am not sure where to begin to troubleshoot it, but I have the ALGO Trading turned on, the little hat icon in the top right of the chart is blue/green. Yesterday it took the trade on both vps accounts, I didn't change a single thing and today neither of them took it. Any help would be appreciated :)

Check your EA with hist. data (Ctrl+F5) specifically at those critical moments: https://www.mql5.com/en/articles/654

Debugging MQL5 Programs
Debugging MQL5 Programs
  • www.mql5.com
This article is intended primarily for the programmers who have already learned the language but have not fully mastered the program development yet. It reveals some debugging techniques and presents a combined experience of the author and many other programmers.
 
Carl Schreiber #:

Check your EA with hist. data (Ctrl+F5) specifically at those critical moments: https://www.mql5.com/en/articles/654


So my friend who is also testing this restarted his computer and when he turned it back on, it activated. I did the same with my vps abd the trade activated...any idea what would cause such an issue? Do I need to restart the vps every day to prevent such things?