10101
10101 copied to clipboard
Add stop-loss/take-profit market orders
The flow
stop loss market: price < X -> trigger market order take profit market: price > X -> trigger market order
Coordinator-based notification
- user sets a price
- if price is reached, user gets a push notification / or websocket notification
- if user comes online, the user triggers a order and executes it
App-based notification
- user sets a price
- if user is online, the app checks if the price has been reached and triggers the order.