
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
Use the code insertion tags to make it easier to read.
https://www.mql5.com/ru/forum/127799/page5
VOLDEMAR:
But how to set the deletion of a pending order when the other one is triggered??????????? How does meta unit see already open and pending orders?????????
If you can post the function here...... I've looked through a lot of EAs but they all have different settings, I can't figure out...........................I want to modify OpenPosition for a multi-currency EA, please advise which errors are returned by GetLastError
2. the order should be deleted (OrderDelete()) and the position closed (OrderClose()).
Please give me a link to the OrderClose() function ???
https://docs.mql4.com/ru/trading/OrderClose
P.S.
There's a lot more in the documentation and tutorial. Check it out for the fun of it.
Please.
https://docs.mql4.com/ru/trading/OrderClose
P.S.
There's a lot more in the documentation and tutorial. Check it out for the fun of it.
Stop kidding around, there are "retards."
stop kidding around, there are "retards."
I'm not so much joking as I am drawing everyone's attention to the value of searching for answers. Most of the doubts can be resolved by searching.
Here, for example, finding the answer to your second question, about transferring parameters by reference.
Search google for mql4 - "double&" site:mql4.com
One of the first answers is the one we need, a detailed explanation with citations and interpretation of the documentation:
https://www.mql5.com/ru/forum/103148