Errors, bugs, questions - page 2184
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
It transfers to mt4 without any problems.
How do I transfer an array to mt5?
How do you pass an array in mt5?
In C++ it would look something like this
Error during execution
Result: 0
Expected: 1
In C++ it would look something like this:
But in mql5 how?
How about in mql5?
There is no such mechanism
Misunderstood .
In the first case it's fine, in the second it's a compilation error. What's the difference?
The keywords do not work correctly in the preprocessor
Result: 1
Expected: 2
They are aware of this error and are fixing it. I myself am waiting.
It's taking a long time to fix https://www.mql5.com/ru/forum/216476/page7#comment_5834235
There it was.
Here
and the application itself #1660355 was in fact already more than a year ago https://www.mql5.com/ru/forum/1111/page1797#comment_4042334I suggest that OnTesterInit should allow the main test symbol to be specified
Все символы, выбранные в окне "Обзор рынка"
Unlike the previous two, this optimization mode allows you to test the EA with the sameinput parameters, but on different symbols. In each optimization pass, onlythe main symbol of the EAtest is changed, in other words, the chart symbol to which the EA would be attached.
Optimization is performed only on those symbols which are currently selected in the"Market Watch" window. This way you can manage the optimization by adjusting the set of selected symbols.
It is very much missing Optimization mode, when there is a sequential enumeration of symbols from Market Watch and in each of them there is Optimization of input parameters.
This mode is very useful when looking for the appropriate symbol for TS. And it is especially relevant when custom symbols exist - you create different custom symbols and look at their properties in the Optimizer.