Remember the ticket numbers for each symbol. For each ticket, test your condition.
William Roeder:
Remember the ticket numbers for each symbol. For each ticket, test your condition.
Remember the ticket numbers for each symbol. For each ticket, test your condition.
if(OrderSelect(12470, SELECT_BY_TICKET)==true)
How can mention each order tickets.they all opened by group.
ticket=OrderSend(pairs[i],OP_BUY,0.01,MarketInfo(pairs[i],MODE_ASK),3,0,0,NULL,98765,0,clrNONE);need to select each ticket by its symbol ?
LONNV: How can mention each order tickets.they all opened by group.need to select each ticket by its symbol ?
What part of "remember" was unclear? Create an array, just like pairs[].
William Roeder:
thanks I got solution
What part of "remember" was unclear? Create an array, just like pairs[].

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 try to make a grid orders I have currency pairs group
I send order all of them as follow
So one time order open in all currency by calling function
I also want to open grid orders when they go their opposite directions example if one pair go against direction by pip distance 15 So need to count orders and make orders whenever at this distance reach Problem is Can MQL4 call this pairs definitely to open grid orders How can do this thanks
How can select exactly one or two pairs which gone opposite direction by some pip distance and only want to open grid orders for them.
my problem is that
plz help