Feedback: Adding of percentage PL column in closed positions

Hi @dhan team,

Here is my first feedback of the year 2025.

Please have a look at the open positions area on Dhan Web at positions tab:

Here we have the percentage PL column indicating how much percent we are in profit/loss.

But, the same column is not available in closed positions:

It would be great if you add another column showing the percent of PL earned on closed positions. This would eliminate the need to do unnecessary calculations manually after closing the positions.

@Naman

3 Likes

Most of the platforms miss this point, that we want to see historical ROI as a %. Have had given this request a long time back but then everybody forgot about it.

2 Likes

Hi @Shally @thisisbanerjee

It is difficult to show the P&L percentage for closed positions because we need a starting reference to calculate the percentage. In this case, we need to know if the trade was long or short, but closed positions don’t give this information. On top of that, these closed positions could be a result of multiple trades that may not be connected to each other, making it even harder to calculate.

Let’s take an example, you first buy the stock at 100 & then sell it at 500.
P&L = (Sell Price - Buy Price)
P&L = 500-100 = 400

%P&L = [(Sell Price - Buy Price)/Buy Price] *100
%P&L = [400/100]*100 = 400%

Now same prices, but we will initiate the trade from short. You first sell the stock at 500 & then buy it at 100. (assuming the margin required is constant)
P&L = (Sell Price - Buy Price)
P&L = 500-100 = 400

%P&L = [(Sell Price - Buy Price)/Sell Price] *100
%P&L = [400/500]*100 = 80%

See, same prices, same P&L but different P&L percentage.

Infact, this calculation will not stand correct in the real world, as the margin requirements are different when you initiate trades from short side. And %P&L theoretically should be on the capital deployed.

2 Likes

Thanks @Naman for the detailed explanation. Makes sense!