I want to adjust this EA...

 
I have attached an EA and I thought it would manage my personal trades that I make, but after testing it, it doesn't do anything to my trades.
Can someone help me and tell me how/or adjust it so it will manage all the trades, including my own?
Files:
DIAD_manual.mq4  16 kb
 
Never looked atyour EA, but just insert this line after every command and increase the number 
if(XXXXXXX)
Print ("Check point 1 of Function OnTick executed ");

This will helpyou to identify the exact code that has an error 

Reason: