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
{{ message }}
This repository was archived by the owner on Aug 20, 2019. It is now read-only.
I think it might be handy to have a feature to sell all (or a portion) of your coins all at once. For example, when the market is crashing down and you want to secure profits before it's too late.
Below is a use case how I think it should work:
Use case:
User panics and wants to sell his coins to secure already made profits quickly
User clicks [Sell all coins] on the balance page
System opens a "sell coins" page
User has the ability to set a price per coin (or an easy quick option to sell all below/above current market price)
User clicks [Place orders]
System will cancel all open orders for that user
System will place a new sell order for each coin
User can track the progress of those orders on the /orders page
I think it might be handy to have a feature to sell all (or a portion) of your coins all at once. For example, when the market is crashing down and you want to secure profits before it's too late.
Below is a use case how I think it should work:
Use case:
Would love to get some input on this :)