Features of the mql5 language, subtleties and tricks - page 141
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
Guys, this is a very useful thing:
Interrupts execution in case of critical error, no destructors will be called (sorry, but at least this way). At least some alternative in absence of standard analogues and exceptions.
Log message:
It is a feature of MT5 tester, but I decided to publish it in this thread, because it is indirectly related to this subject.
In order to get to the invisible optimization tab one should select full brute force with no parameters to be optimized.
oops, was wondering how to get this result ))
Templates in function pointers don't work in terms of overloading the return parameter?
:
If so:
We have this:
Templates in function pointers don't work in terms of overloading the return parameter?
Do they work in C++? There is a special topic for such questions
Forum on trading, automated trading systems and testing trading strategies
Libraries: Expert
fxsaber, 2019.09.12 06:17
Unlike MT4, MT5 does not log EA input parameters when it is run or changed. Therefore there is no way to tell from the log what was running in the Terminal.
This function can remedy this situation.
Applying
Result
SZZ Unfortunately, it does not work for scripts. MT4 itself displays the input parameters of scripts, MT5 does not.
Forum on trading, automated trading systems and trading strategy testing
MetaTrader 5 Strategy Tester: bugs, bugs, suggestions for improvement
fxsaber, 2019.09.18 22:32
Getting the latest MT5 Tester settings.
Applying
Result
Forum on trading, automated trading systems and testing trading strategies
Scripts: Balance Graph HTML
fxsaber, 2019.09.19 09:56
Converter of text files to MQH.
Allows you to insert text data into a source
#include <..\Files\Graph.mqh>
Application