When did that variable change?
-
I need to know the exact moment (time) in which a variable changes its value from a to b (as well as the opposite) and then record it on the 'expert' tab. Now I can do it just by recording the current value tick by tick, but that's a terrible way to do it.

Could someone please suggest a better way to do it?
-
Not an elegant one but an effective one. Try this solution:
https://fxdreema.com/shared/MkPoZEKnc
Essentially you need to compare the value of that variable at the beginning and the ond of all the project for this same tick. Then compare results.
-
More than enough for me! Works great. Thank you very much.