You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Profit/Loss is showning correct values in absolute numbers, but incorrect for percentage. I believe (I wasn't able to find this calculation in the code) this is due to the fact that the percentage base is calculated from the current estimated value.
If we have a profit, the bigger profit we have, the bigger is the base => percentage shown is smaller than it should be
If we have a loss, the bigger loss we have, the smaller is the base => negative percentage shown is bigger than it should be
Screenshots
Profit/Loss is showing 12.51% profit, but in reality, the profit is 14.30%.
Calculating the Profit/Loss percentage from current and last buy price should give the correct values ((current / lastBuy -1)*100)
The text was updated successfully, but these errors were encountered:
Version
0.0.75
Description
Profit/Loss is showning correct values in absolute numbers, but incorrect for percentage. I believe (I wasn't able to find this calculation in the code) this is due to the fact that the percentage base is calculated from the current estimated value.
If we have a profit, the bigger profit we have, the bigger is the base => percentage shown is smaller than it should be
If we have a loss, the bigger loss we have, the smaller is the base => negative percentage shown is bigger than it should be
Screenshots
Profit/Loss is showing 12.51% profit, but in reality, the profit is 14.30%.
Calculating the Profit/Loss percentage from current and last buy price should give the correct values ((current / lastBuy -1)*100)
The text was updated successfully, but these errors were encountered: