Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1606

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
Read the rules. The EA should work without restrictions on both instruments and TFs.
Thank you! There were a lot of other errors in the process)
ArrayInitialize(array,EMPTY_VALUE);
Like this double msArr[10][4][500];
Or it can be done only in loop in MKL4.
ArrayInitialize(array,EMPTY_VALUE);
Like this double msArr[10][4][500];
Or it can only be done in loop in MKL4.
There are also ArrayFill and ZeroMemory
Multidimensional array when processing with ArrayFill() appears as one-dimensional, for example, array[2][4] is processed as array[8], so when working with this array it's acceptable to specify index of initial element equal to 5. So, call ArrayFill(array, 5, 2, 3.14) for array[2][4] will fill array[1][1] and array[1][2] with value 3.14.
There is also ArrayFill and ZeroMemory
This way!
And you're a joker. And the problem really is, and there are topics about that the command Print prints twice in the tab Experts and Allert also comes twice, only there is no answer alas how to fix it. And for the future, if you do not know, you can just keep silent and pass by, but to gain rating themselves unprofessional answers is stupid. Yes, by the way, your answers are really very weak.
You're a joker. But the problem is real, and there are topics about that the command Print prints twice in the tab Experts and Allert also comes twice, only there is no answer alas how to fix it. And for the future, if you do not know, you can just keep silent and pass by, but to gain rating themselves unprofessional answers is stupid. Yes, by the way, your answers are really very weak.
You didn't understand my link...
Print doesn't print more than once, if it does, there's an error in the code...that's why I sent you to the telepaths, as you haven't posted the code)
Good night!
Dear forum users, I need some help. I wrote a script in MQL4 that draws a line by a formula from three given points on a chart. It takes 130 lines, including indents and spaces. I have recently decided to port it to MQL5 and realized that my poor knowledge in programming will not help me, I need to learn again.
I will be grateful if someone is ready to port the script to MQL5. I would be glad if somebody would like to port this script to MQL5.
I would be glad if somebody would do it for free (with).
Throw the code in here, maybe someone will do it for free(c), it happens