OrderOpenPrice()

 
Does OrderOpenPrice() change to the close price when take profits or stop loss is hit? 
 
Ahmet Metin Yilmaz:

it doesnt change if it closed by SL or TP 

but if you closed particularly it may be 

I have an EA that reads the values of OrderOpenPrice when its = OrderTakeProfit it closes another Order and its doing the same thing as if it was OrderClosePrice.

 

I couldnt understand what is the logic in your EA's strategy.

Do you mean 

you have an order which is opened 1,1300 and if it is closed BreakEven ( at the same price ) your expert closes another opened order lets say it's order open price 1,1350 too at 1,1300?

 
gouki1001:
Does OrderOpenPrice() change to the close price when take profits or stop loss is hit? 

No

Reason: