Beta version of MetaTrader 4 IDE including new MQL4 compiler and editor - page 11

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
I have a question: I have compiled files, no sources after all future mql4 updates will these files continue to work, i.e. will they work the same way as before?
How is that not auto? Intellisens in MetaEditor is very good.
Navigation will improve As one of the operating options - Bookmarks..:
These changes to the expression calculation should have been made a long time ago. Practically speaking, they rarely cause problems unless the author has written a huge expression.
...
About a change in priority and/or it is not possible to add a warning when such a case is possible?
No.
Good afternoon to all friends of the "common hobby".
joining in testing and sharing experiences and information
Reading and rejoicing at the new, really cool!
Felt the betta IDE, did not encounter any global problems yet
I found an interesting problem in one of my projects! In the old MQL4 releases I treated the variable names in a free manner
string char[256]; // Old MQL4 - the construct worked
string sChar[256]; // After substituting the char array name for sChar in the betta IDE version, it all worked
// Due to expansion of the keyword set, names of the short, long, float, const, virtual, input, delete, new, do, char types cannot be used now.
more
more
.........
What do you mean there is no autocompletion? The intellisense in MetaEditor is very good.