MT4: Can I use multiple close for opened orders in MQL4 ?

 
puncher:
My question is: what is code expression for above situation ?
Only option is to loop on all orders and OrderClose() them. If some of those orders are opposite orders on same symbol (what some people refer to as "hedge"), then u should first loop with OrderCloseBy() (that will save u the spread).
 
gordon:
Only option is to loop on all orders and OrderClose() them. If some of those orders are opposite orders on same symbol (what some people refer to as "hedge"), then u should first loop with OrderCloseBy() (that will save u the spread).

Ok, thank you
Reason: