OrderOpenPrice

 
If I am performing a buy operation. will the OrderOpenPrice return the Bid or Ask price. Since the Price that I pay is Ask, should not it return the ask Price?
 

no, OrderOpenPrice Returns the open price of the selected order.

Ask is the latest known seller's price for the current symbol.

 
qjol:

no, OrderOpenPrice Returns the open price of the selected order.

Ask is the latest known seller's price for the current symbol.


Ya so OrderOpenPrice for a BUY operation will return the Ask price at which it was opened and OrderOpenPrice for a SELL operation will return the Bid price at which it was opened. right?
 
right