EA makes no trades in live market - page 3

 
This is pretty basic, and you might have it covered, but check your slippage. If you want a 3 pip slippage, for instance, and you're using a 5 digit broker, make sure the slippage value in your ordersend() is 30, not 3. Also, put a print() statement just prior to your ordersend() to let you know that an entry attempt is triggered, at least then you'll know if it's even getting to that point and the issue is with order execution or not.
Reason: