
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 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()
}