Is my EA code cached ?

 

I wrote a simple EA program.


just one line code getting the current open order's ticket number and use alert to show it.


Alert(Ticket);


everything is fine so far. then I change it a bit and compile it. on my metatrader when I test it, I still only see "1" not " ticket is 1". seems like code is cached. how do i fix it?


Alert("Ticket is ", Ticket);

 
did you re compile the MQL4 file?
 
Alerts don't work in tester.
Reason: