The great and terrible MT4 forever (or how to strategise a transition) - page 26
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
There is probably no such flag inside.
Apparently not.
but I think MQ may well make one, especially since it would be one flag per terminal, i.e. for all programmes.
I'll probably propose it. But much later. Due to subjective circumstances. Unfortunately. In the meantime, consider yourself a demagogue. Not forbidden.
Still relevant? Will your version of the solution be?
Still relevant? Will your version of the solution be?
You quoted my post, which said "much later". For me, "much later" means no sooner than a year at least. Not because this is the time it takes to find a solution, but simply because of subjective circumstances, unfortunately.
it won't be for at least a year.
OK, so it's not relevant.
You can probably still come up with simple problems, the solution of which causes unexpected difficulties.
The script monitors for excess risk: if the total of positions and pending orders exceeds two - report it and exit.
Concise code:
We look at the script behavior depending on the manual actions. Before doing so (before running the script), let us mark the number of positions on the account PosTotal, orders - OrdTotal.
Seems like a very simple task, but alerts. What are variants of solution?
Probably, it is on simple tasks like this that we should work on our understanding of MT5.
The script monitors for excess risk: if the total of positions and pending orders exceeds two - report it and exit.
Concise code:
We look at the script behavior depending on the manual actions. Before doing so (before running the script), let us mark the number of positions on the account PosTotal, orders - OrdTotal.
Seems like a very simple task, but alerts. What are the variants of solution?
Probably, it is on simple tasks like this that we should work on our understanding of MT5.
What does MQ5 have to do with it? The condition of exiting the loop: IsStopped and no more than two orders. Then the script works, and if the condition does not work, the script works too.
What does this have to do with MQ5? Condition for exiting the loop: IsStopped and no more than two orders. Then the script works, and if the condition does not work, the script works too.
The code even contains comments.
The script monitors the risk: if the total number of positions and pending orders exceeds two, report it and exit.
A concise code:
Seems like a very simple task, but alerts. What are variants of solution?
Probably this is the type of simple tasks we should use to develop our MT5 understanding.
i think i need to do something like this:
probably something like that needs to be done:
Certainly, you have to filter the orders. It is not an easy thing to do.
ZS It's an interesting situation on the forum. Active responses to questions. It's different here, apparently.