strategy tester runs on old code version, although new code file was updated

 

Hi,


I been experiencing a terrible situation. I recently run tester with my EA. I noticed when I try to change some parameter in my source code, and when I run the tester, it shows the same results although I has made some major change to the parameters.

I confirmed this problem when I purpose change my extern variables, eg,  Take Profit. Previously it was 40. And I changed it to 20. I saved, compiled, and run the tester. And when I go to the journal, the parameter shown was still the old value! (ie 40) 

The funny thing is, sometime this happens. and sometimes, even if i create a new files, copy paste the old run, run the new file WITH the new parameters, it still shows the old one! 


Somebody help me.........................................................................

 
Strategy tester keeps the old inserted values saved even if you change the extern variables in the source code. 

Simply right click and load the default settings. Values will be updated as per the source code. 
Reason: