I want to order a pending order, and every few miniutes later,I modify it

 

I want to order a pending order, and every few miniutes later,I modify it

as i am a beginner,would u to help me to show your code


While (true){

OrderSend(Symbol(),OP_BUYSTOP, _number, Bid+_pendingPoint*Point,0,Bid+_pendingPoint*Point-_lossPoint*Point,Bid+_pendingPoint*Point+_getPoint*Point, "some comment",12315,0,Green);

Sleep(10000);

OrderModify()

}

Reason: