first day newbie needs help

 
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
Reason: