
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
MT4-debugger.
???
Ok, I got it. Your source file is formatted with MAC rule - only CR symbol is used for new line. You should use CRLF (Windows style) or LF (Linux) instead. Please check your editing software documentation.
Thanks!
???
You can use the old MT4-debugger instead of the new MT5-debugger for MQL5-sources.
You can use the old MT4-debugger instead of the new MT5-debugger for MQL5-sources.
Some references on how to do this?
Some references on how to do this?
Cross-platform code.
This my publication uses 3-rd party source codes with ZIP archives implementation (borrowed from the article).
Normally I don't use the zip source codes much, but when it took to embed them into another project for unzipping archives, it turned out that they are still very buggy (though I already patched them before initial submit of the packer).
I'm attaching updated files with critical bugfixes.
I'm attaching updated files with critical bugfixes.
Thanks.