كود:
if(OrdersTotal()<4){
OrderSend(Symbol(),OP_BUY,Lot1,Ask,30,0,0,"",0,0,clrNONE);
OrderSend(Symbol(),OP_BUY,Lot2,Ask,30,0,0,"",0,0,clrNONE);
OrderSend(Symbol(),OP_BUY,Lot3,Ask,30,0,0,"",0,0,clrNONE);
OrderSend(Symbol(),OP_BUY,Lot4,Ask,30,0,0,"",0,0,clrNONE);
}