MetaTrader 4 Build 529 beta released with new compiler - page 79
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
Can you tell me where MetaEditor templates are now, in the 509 build they were stored in MT4\experts\templates, now I can't find them anywhere at all. I need to change the Expert Advisor template.
The new help says:
ArrayMaximum
Searches for maximal element in one-dimensional numeric array.
int ArrayMaximum(
const void& array[], // array to search
int start=0, // from which index we start search
int count=WHOLE_ARRAY // number of checked
)
In the editor:
In the 509th help:
In the new help the last two parameters are reversed.
Please tell me, what is the problem with decompilation when applying the build with the new compiler? Is it no longer necessary to write additional dlls to bypass the decompilers. Thanks.
We all hope that decompilation will be a thing of the past ....
Please tell me, what is the problem with decompilation when applying the build with the new compiler? Is it no longer necessary to write additional dlls to bypass the decompilers. Thanks.
+1, very interesting question regarding protection, will it really become very strong and impossible to break it with the decompiler
Tell me why examples like these from the help don't work.
It is always possible to break in with any kind of protection. The main thing is that the original will be much harder to recover.
Tell me why these examples from the help do not work?
Because the reference book is taken from the mt5 product and the data from mt4 is added
The reference book is probably normalized for mql4++ ME 875