Successful backtest but ea bot not taking any trades? mt5

 
Algo trading is on, DLL and Live trading selected, Blue hat in the corner of chart is on, no error messages and no messages in toolbox experts, tried removing EA and Reattaching, had successful backtesting but EA bot is not taking any trades. Why is this?
 
52201869: Why is this?

Your bot is broken.

Use the debugger or print out your variables, including _LastError and prices and find out why. Do you really expect us to debug your code for you?
          Code debugging - Developing programs - MetaEditor Help
          Error Handling and Logging in MQL5 - MQL5 Articles (2015)
          Tracing, Debugging and Structural Analysis of Source Code - MQL5 Articles (2011)
          Introduction to MQL5: How to write simple Expert Advisor and Custom Indicator - MQL5 Articles (2010)

 
William Roeder #:
debugger

Thank you for your reply.

I am using a free bot installed from the MQL5 market. Do these come with errors? also no errors are coming up to be able to debug

 
52201869 #:

Thank you for your reply.

I am using a free bot installed from the MQL5 market. Do these come with errors? also no errors are coming up to be able to debug

check the journal and expert tabs on the terminal window. errors are indicated by the red icon. if you have errors, then, report them to the author of the ea, and give full error comment and if it has a number, give this also.

 
52201869 #:

Thank you for your reply.

I am using a free bot installed from the MQL5 market. Do these come with errors? also no errors are coming up to be able to debug

Talk to the seller of the EA they all have their own thread - he must know better.