blinktrade / frontend-legacy

GNU General Public License v3.0
121 stars 195 forks source link

Show instant buy values exclusive of fees #100

Open amingilani opened 9 years ago

amingilani commented 9 years ago

Currently, If i want to buy, say, 208.51 bits, and I put in the order. selection_029 I receive a net amount of 206.95 bits, after the fees have been deducted. selection_030

The first few I bought coins, I was confused about why I didn't receive the amount I entered. I may be the only one, but I find the current approach a little confusing.

Bitstamp breaks down the buy so that you know the amount of Bitcoins you will receive in the end. selection_031 However, the Bitstamp method is tedious, if I want a particular BTC value, I'll have to do a bit of trial and error by entering USD values, until I finally come upon the right one.

I propose that a view like the Bitstamp solution is adopted while keeping both the BTC and Fiat values editable like in the current Bitex ui.

pinhopro commented 9 years ago

Good one. I will work on top of that.