Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 395
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
I'm not sure if there is a program for combining testing reports similar to reportmanager for mt5,reportmanager doesn't open them.
QuantAnalyzer, used to be called EA Analyzer.
Hello.
Please help me to colour a zigzag.
I want to make it so that if the distance from the trough to the top is >=100 points, to colour the segment green.
Can't I colour the individual zigzags?
How do I measure these distances from tops to troughs in the history?Can't you colour in individual sections?
How do you even measure these vertex-to-trough distances in the story?You can do anything you like. With a few exceptions.
I recently had to work with such a ZZ,
would it work? The figures show the number of points between extrema in the old mode with an accuracy of 0.1 and the number of bars between the extrema.
And to color ZZ it has to be completely rewritten. Who needs it?
Hello! How to assign a name to a string variable depending on the parameters passed:
For example,
Or
???
Hello! How to assign a name to a string variable depending on the parameters passed:
For example,
Or
???
Hello! How to assign a name to a string variable depending on the parameters passed:
For example,
Or
???
2.
1.
2.
How will the Expert Advisor understand what is what in this case?
_______________
_______________
That is, how will the Expert Advisor then distinguish between variables with the same name? I understand that after function_wz() has returned control to the main program, then the value of variable name = "object_"+w+z. I can't figure it out, help me out please!
And how will the expert understand what is what in this case:
_______________
_______________
That is, how will the Expert Advisor distinguish between variables with the same name? I understand that after function_wz() has returned control to the main program, then the value of variable name = "object_"+w+z. I can't understand it, help me out please!
Do not confuse variable string x; and string character "x".
I didn't understand a particular task. Thus, there is no particular answer.
Maybe it would be better to think about function overloading?Good afternoon all,
Is there any code to open a single trade with error checks? Exactly for real, not for a test... Can as a function, just a deadlock :(