OrderSend(Symbol(),OP_BUYSTOP, _number, Bid+_pendingPoint*Point,0,Bid+_pendingPoint*Point-_lossPoint*Point,Bid+_pendingPoint*Point+_getPoint*Point, "some comment",16384,0,Green); 16384 ,what is the mean of this parameters?

 

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


16384 ,what is the mean of this parameters?

and the ordermagicnumber ()

magic is so difficult to understand.anyone to help me?

 
plglenn:

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


16384 ,what is the mean of this parameters?

and the ordermagicnumber ()

magic is so difficult to understand.anyone to help me?

Hi pl

There is nothing magic about it ;-) It is just a number that you can assign to the order to use for your own purpose later. It is not used by the server or terminal. Many people use it to record which EA placed the order.

Cheers

Jellybean

 
thank u very much Jellybean
Reason: