Opening Multiple Trades

 
Please help me write the simplest code that when my signal is triggered it opens one market order and four other pending orders at an interval of 25 pips at the same time. The target for all the five orders is 50 pips from the entry price. No stop loss for all the orders.
 
Siladeh:
Please help me write the simplest code that when my signal is triggered it opens one market order and four other pending orders at an interval of 25 pips at the same time. The target for all the five orders is 50 pips from the entry price. No stop loss for all the orders.
You want help ? where are you having problems ? OrderSend() ? or are you asking someone to write your code for you ?
 
RaptorUK:
You want help ? where are you having problems ? OrderSend() ? or are you asking someone to write your code for you ?

Already solved the problem. Thank you though. Had entered the wrong parameters in OrderSend()
Reason: