stellar-client
stellar-client copied to clipboard
Highlight your orders in the orderbook and allow you to cancel them from there
Potential show stopper: The order book displays aggregated offers called price levels. That means each price level could potentially represent zero, one, or multiple orders created by the current user.
Well it just makes it a bit more complicated. You have to subtract your offer at that price and display it separately from the rest of the orders at that price.
What is the motivation for this feature? If we want to make it easier to manage orders for the selected pair, we could add filters to "current orders" or highlight offers matching the current pair.
It would be nice to keep the separation of "current orders" manages the user's offers and "order book" aggregates and displays the spread for a currency pair. @nullstyle Thoughts?
It allows you to visually see where your orders are in relation to others. It is the next best thing to trading from charts
I personally like it, and believe it is complimentary to the your order section. It could be just as simple as justcoin's implementation: You see a little star (we could use a spaceship!) next to the prices that you have an order on, simple as that.
Canceling from the list seems less important, IMO, but we could easily have "click the spaceship, jump to the order in the 'my orders' list". Canceling directly from the list will need some design input.
@wynlim your input on design is requested.