Current Price of my position.
Created at 11 Jun 2022, 19:09
Current Price of my position.
11 Jun 2022, 19:09
Hello Friends,
What is the quickest way to get the current price of my position?
I have doubled my position volume so cannot use the:
Positions.Find(Label).EntryPrice;
I would have thought there would be something like:
Positions.Find(Label).CurrentPrice;
I have figured out a roundabout way using the Bid and Ask prices and the positions pips, just wondered if there was a better way that I am missing?
Many Thanks.
amusleh
14 Jun 2022, 09:20 ( Updated at: 14 Jun 2022, 11:22 )
Hi,
The Position.EntryPrice always gives you the latest entry price of a position that you see on Positions tab of your cTrader.
@amusleh