[Feature Request] Win/Lose display
It would be great to add a functionality to add the buy-price of a coin, so it's possible to see the win/lose over time.
Ideally the buy price could maybe even be retrieved automatically from the exchanges
Yes, maybe with a Date-Time Selectbox. Cryptocompare's Portfolio works with manual input and automatical price retreiving from an Exchange/API.
Hey, thanks for the suggestion! Profit calculation is something I want to integrate as soon as possible.
Ideally based on automatically pulling the trades using the exchange APIs. But manually adding transactions is also required, e.g. when using services like Shapeshift.
I'll look into how this is done at Cryptocompare.
You might be able to leverage A.L.E to effectively generate a ledger for each coin at each exchange: https://github.com/CjS77/ale
Knowing you average cost per coin would be very helpful!