this works? if an order is open and then i want to close the order this way......

 

if a buy order is open and this is true(OrderOpenPrice()==OrderOpenPrice-(3*Point)) then close buy.

 
tafadzwa:


if a buy order is open and this is true(OrderOpenPrice()==OrderOpenPrice-(3*Point)) then close buy.

How can x == x - 3points ? ?
 
Reason: