No one notice this problem?

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi everybody,
I'm testing the new build 579 and it's MQL4.5 language
I've a problem with input parameter names.
Here's the mql5 guide: https://www.mql5.com/en/docs/basis/variables/inputvariables
I've write this Test indicator, with #property strict command and everything is working properly, variable names are replaced with comments.
But if I don't use #property strict, only enum parameters works..
There is a way to show comment instead variable name in inputs without using #property strict? Referenced guide doesn't mention it.