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

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
Good afternoon, Mr. Professionals! I solve all the MQL5 programming basics by solving programming tasks from the book "Programming Tasks" by S.A. Abramov (Programmer's Library) - 1988. I've done another one and am trying to solve it. Made a flowchart. Help a beginner. Can you tell me how to organize transitions? Or give me a link where I can read about transitions. Thank you very much.
Good afternoon, Mr. Professionals! I solve all the MQL5 programming basics by solving programming tasks from the book "Programming Tasks" by S.A. Abramov (Programmer's Library) - 1988. I've done another one and am trying to solve it. Made a flowchart. Help a beginner. Can you tell me how to organize transitions? Or give me a link where I can read about transitions. Thank you very much.
The if-else operator
If-else statement
How do I go from a lower point in the programme to an earlier point in the programme.
The question is somewhat abstract.
Read about operators
The question is somewhat abstract.
Read about operators
How do I get from point B to point A? Roughly speaking, you need some kind of prototype go-to operator
There is no such thing. This is not a procedural language. Here the program is strictly top-down. And function calls solve everything there are loops, if that. AND OOP)
Thank you!
Hi
Got a profit order on a ticket, I want to close when it reaches -x.
But I get all orders closed in a row.
Can you tell me how to do this correctly?
Hi
Got a profit order on a ticket, I want to close when it reaches -x.
But I get all orders closed in a row.
Can you tell me how to do it correctly?
Try to do it in this way
In general, you should develop the whole function to understand what you are doing