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