Time Filter EA Trade - page 2

 

Can anyone help to fix so that the time filter from this EA works?

Files:
 

The time filter isn't used.. Try inserting a call to it.


  if( TimeFilter()==true)


  if( TotalOrdersCount()==0)  // place above this line already in the code