This forum is now read-only. You can discuss you questions on Forums of MQL4.community and MQL5.community
first day newbie needs helpBack to topics list |
|
jo48aec44cefa4d
2006.04.25 23:18
Hi,
I have a problem with probebly a simpel solution but I can´t find it. If I send a few orders and one of them is closed by t/p . How can I send the same order again? Ex ticket=OrderSend(Symbol(),OP_SELLLIMIT,1,sp+15*Point,0,0,sp+5*Point,0,0,0,Green); ticket=OrderSend(Symbol(),OP_SELLLIMIT,1,sp+25*Point,0,0,sp+15*Point,0,0,0,Green); ticket=OrderSend(Symbol(),OP_SELLLIMIT,1,sp+35*Point,0,0,sp+25*Point,0,03,0,Green); ticket=OrderSend(Symbol(),OP_SELLLIMIT,1,sp+45*Point,0,0,sp+35*Point,0,04,0,Green); If one of them is closed I want the same order again. Thanks for help |
