In MT5, in the Strategy Tester, debug tab, if I try and display the values of my "input" variables, it shows a value of "unknown identifier". It used to work fine but just stopped one day around 1 month ago.
e.g. for the coded line "input bool testBOOL = true;" when the testBOOL is displayed in the debug tab, the value of the variable testBOOL shows as "unknown identifier".
I am using Version 5.00 build 4682, 15 Nov 2024
Is anyone else experiencing this? Does anyone have any idea of what is going on? I have been programming in MT4/5 for 9 years now and I have never seen this before. The only way I can find the value of my input variable is to click on it in the source code, right click on it, and go to its definition where it was declared as the input.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
In MT5, in the Strategy Tester, debug tab, if I try and display the values of my "input" variables, it shows a value of "unknown identifier". It used to work fine but just stopped one day around 1 month ago.
e.g. for the coded line "input bool testBOOL = true;" when the testBOOL is displayed in the debug tab, the value of the variable testBOOL shows as "unknown identifier".
I am using Version 5.00 build 4682, 15 Nov 2024
Is anyone else experiencing this? Does anyone have any idea of what is going on? I have been programming in MT4/5 for 9 years now and I have never seen this before. The only way I can find the value of my input variable is to click on it in the source code, right click on it, and go to its definition where it was declared as the input.