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