JulyIghor / QtBitcoinTrader

Secure multi crypto exchange trading client
https://sourceforge.net/projects/bitcointrader/
736 stars 374 forks source link

show gain/loss in log of trades #91

Open daverodgman opened 10 years ago

daverodgman commented 10 years ago

In order book, can you please add columns to show %ge loss/gain. Eg if there is a sell at 400 then a buy at 300 show a 33% gain next to the buy (ended up with 33% more btc). Would need a bit of tweaking to get this right for trades that aren't all-in etc but would be v nice feature to monitor progress.

Also would be good to build on this with cumulative loss/gain, average trade profitability since given date, etc.

JulyIghor commented 10 years ago

Thanks for feature request. Can you please give me examples of depth view tigh loss/gain?

daverodgman commented 10 years ago

Something like:

cumulative +22.1% average +10.5% 3/12/2013 sell 0.1 $488 +10% 2/12/2013 buy 5.5 $440 +11% 1/12/2013 sell 5 $500

so for each trade compare to previous opposite trade (e.g. compare a sell to the most recent buy) and show the %ge change in btc price - i.e. was the pair of trades beneficial or not?

Notice that I'm ignoring quantity so a small trade can be compared to a big trade - I think this is more useful for monitoring how good your trading is, but you might want both options (ie show %ge change in the total value of your $ and btc holdings).

This would work well with the other request about grouping trades (e.g. if a sell goes through as 3 trades within, say, 10 minutes of each other, display as a single trade with average price)

thanks

daverodgman commented 10 years ago

sorry just realised the title of request is wrong/misleading - should be "log of trades" not "order book"

pentium10 commented 10 years ago

This feature would be very helpful.

tomsarpo commented 10 years ago

Hi, I'd like this feature too. But fundamentally I'd like more to see all currencies converted to single currency (e.g. BTC or USD) and profit shown against that. I tried using My-BTC.info http://www.my-btc.info/balance.php. It shows the current status fine. But also I'd like to see what profit was made during 24hours. Now I needed to calculate it manually.