gooly:
I think you should assume that it will happen . . . I think point 6. was referring to something else not mentioned . . .
Hi,
I think I have read that in a future-version of mql4 (to narrow mql4 and mql5, could have been https://forum.mql4.com/56885) that in mql4 var.-names with a point like
will not be accepted any more.
Now I find there
Is this plan postponed - or will that come?
Thanks in advance,
Gooly
Now I found it! Here it is:
https://forum.mql4.com/57476
A dot symbol cannot be used in variable names any more. Also, '@', '$' and '?' symbols cannot be used in variable names
Well is this now only valid for the editor or even for the compiler of mql4?
It means the new compiler won't accept variables with dot in their names. It is an easy thing to fix source code with dot name variables by using the replace tool in metaeditor so I wouldnt worry about it too much.

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,
I think I have read that in a future-version of mql4 (to narrow mql4 and mql5, could have been https://forum.mql4.com/56885) that in mql4 var.-names with a point like
double ma.value = iMa(..);
will not be accepted any more.
Now I find there
Is this plan postponed - or will that come?
Thanks in advance,
Gooly