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
Please advise how to get the basic knowledge of mql for strategy testing and automated trading. Maybe there are some courses or video lessons?
Please advise how to get the basic knowledge of mql for strategy testing and automated trading. Maybe there are some courses or video lessons?
The manual states:
Промежуточные тики
Intermediate ticks between reference points are generated according to the following rules:
Does the phrase "initial value +/- 1" indicate that there is an element of randomness in the formation of the "saw"? That is, that in one pass this "saw" will be generated with an initial value of "+1", and in another pass with an initial value of "-1". Or does the sign of the initial value depend on some additional rigid conditions, and within the framework of concrete optimization procedure the sign of the initial value will be the same?
The manual says:
Does the phrase "initial value +/- 1" indicate that there is an element of randomness in the formation of the "saw"? I.e. that in one pass this "saw" will be formed with an initial value of "+1", and in another pass it will be formed with an initial value of "-1". Or does the sign of the initial value depend on some additional rigid conditions, and within the framework of concrete optimization procedure the sign of the initial value will be the same?
A saw is generated randomly, but always rigidly by internal conditions.
That is, all passes generate the same ticks. Otherwise, the passes would produce different results.
The saw is generated randomly, but always rigidly by internal conditions.
That is, all passes generate the same ticks. Otherwise the passes would give different results.
OK, I get it: in optimization mode all passes generate the same ticks. Most likely, it's the same in test mode too...
...I just get different results in test mode with the same set of parameters, that's why I've been looking for the reason for the second month.
Greetings!
On my contest it shows 15. On my real 0. Is it to understand that there is no limit on the volume of the position?
Greetings!
On my contest it shows 15. On my real 0. Is it to understand that there is no limit on the volume of the position?
Many such buffers need to be declared and subsequently handled:
Is there any way to wrap these creepy full-screen stripes of blocks each somehow compactly into loops? Need to create an array of arrays? Enumerations? Use structures? Pointers to objects? Something I don't know enough for that yet. In some languages I can rivet variable names, declare them and create string expressions with eval(), but I haven't found anything similar here. Can you give me a hint?
Thank you.
Is there any way to wrap these creepy full-screen blocks into loops somehow compactly?