but i am currently confused with the NT behaviour that i learned to expect for the last few years .
please note, my question below is not about how to use visual studio, i simply use it to explain my confusion.
have a strategy that uses a custom indicator. i use the built in editor all the time to code.
I am trying to debug it using visual studio (i am using studio for 5 years in the same way, again, i am not asking help how to use it !)
what I see in studio after i activate a strategy , it that the studio attached to the ninjatarder.exe process JUMPs to a "copy" of my code located in some user AppData/Local/Temp folder.
However , when i read the code in that OTHER TEMP strategy, I see that it includes some code I have written some time ago. the version of my code is not the recent one i see in the NT8 editor.
and of course the results of the run of the strategy are wrong.
I reboot the whole PC and it doesn't help. same thing. it is as if the NT8 run some sort of other version of the code other than what i actually have in the editor.
can you please explain what is happening ?
for example, what does this mean: " the source file is different from when the module was built..."

Comment