POSITION_PRICE_CURRENT

 
double check if POSITION_PRICE_CURRENT is the same as SymbolInfoDouble(Symbol(), SYMBOL_BID) for buy position?
Documentation on MQL5: Standard Constants, Enumerations and Structures / Trade Constants / Position Properties
Documentation on MQL5: Standard Constants, Enumerations and Structures / Trade Constants / Position Properties
  • www.mql5.com
Standard Constants, Enumerations and Structures / Trade Constants / Position Properties - Documentation on MQL5
 
doshur:
double check if POSITION_PRICE_CURRENT is the same as SymbolInfoDouble(Symbol(), SYMBOL_BID) for buy position?
Yes, unless your position is not on the same symbol as current chart.
 
angevoyageur:
Yes, unless your position is not on the same symbol as current chart.
thanks