can any one help me

 

i want a pending order based on the open order

suppose i have a buy order at 1000, i want 2 limit buys one at 10 pips below the buy order and othe at 20 pips below the buy order

can any one help me plz

 

Example: Not a working Code.

OrderSend(NULL,OP_BUYLIMIT,Volumes,Price-(10*Point),Slip,Stop_Loss,Take_Profit,
Comments,Magic#,Exp,Color);
OrderSend(NULL,OP_BUYLIMIT,Volumes,Price-(20*Point),Slip,Stop_Loss,Take_Profit,
Comments,Magic#,Exp,Color);
Reason: