EA problems

 
Hi,

I have made an EA and successfully enabled it. It says under the experts pane that strategy was loaded successfully and strategy initialized. However, it didn't make any trades today... Not sure why though?

I am trading indices DOW, DE40, etc. I have set my volume to 0,005, meaning that each trade will use 0,005 of my total funds.

I was wondering whether the volume settings are wrong as 0,005 can be a float and you can only trade indices in integers...

Any help regarding this issue?
 
veakin: it didn't make any trades today... Not sure why though?

Do you really expect an answer? There are no mind readers here and our crystal balls are cracked. Always post all relevant code (using Code button) or attach the file.
     How To Ask Questions The Smart Way. (2004)
          Be precise and informative about your problem

We can't see your broken code.

Fix your broken code.

With the information you've provided — we can only guess. And you haven't provided any useful information for that.

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)