Having trouble to do this

 
// If the price is greater than OrderOpenPrice() and it comes back to OrderOpenPrice() then OrderClose().


// Advise, SampleCode is appreciated. 
 
tafadzwa:

Check the OrderClosePrice() vs OrderOpenPrice() if it is greater set a bool PriceExceededOpen to true

If PriceExceededOpen is true and OrderClosePrice() is very close to OrderOpenPrice() the OrderClose() . . . bear in mind the issues wiith comparing doubles . . . if you have more than one open Order you will need more than one bool