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
Keys (flags) should be before the compiled file name.
So, when the path to the encrypted file is in quotes, it is after the compiled file, and when it is in triangular brackets, it is before it?
So, when the path to the encrypted file is in inverted commas, it is after the file being compiled, but when it is in triangular brackets, it is before it?
The reason is that it is compiled in quotes, while triangular brackets specify the path relative to the MQL5+"\include" folder.
When launching mql5.exe without parameters, it shows usage. Where it is explicitly stated that compiled file name must be last.
The reason is that it is compiled with quotes, while the triangular brackets specify the path relative to the MQL5+"\include" folder.
Let the inluder be specified in inverted commas.
This is how it works:
The path to the inculdator is specified after the path to the compiled file, which is not consistent with the mql5.exe help.
* * *
This, in accordance with mql5.exe help, does not work:
Note: Incudnik in duplicate: in Scripts/z (to check with quotes) and Include/InstallerTestInclude (to check with brackets).
* * *
It cannot compile with parentheses in any way. Neither like this:
Neither like this:
With brackets, no way to compile at all. Neither:Try this
Try this
Try this.
It didn't work.
Yay! It's working!
Found an extra space.