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
1) Improve how we display "multiple", "partial" in position table:
the price should be shown if there is 1 TP (SL) order with an order size equal to the current position size
"multiple" should be shown if there are multiple TP (SL) orders that in sum have a combined order size that is equal to the current position size
"partial" should be shown if there are one or many TP (SL) orders that in sum have a combined order size that is below the current position size.
"exceeded" should be shown if there is one or many TP (SL) orders that in sum have a combined order size that is above the current position size
--> those values need to be updated on every change in position size and open orders.
2) warning message
If the user has an existing open position with existing SL/TP orders, and the user submits a new order, the review order popup should show a sentence "Verify your existing TP/SL orders - you are modifying an existing position that has TP/SL orders"
Problems we see right now: if we have multiple SL (TP) orders for a given position we display "multiple", if I close one SL order manually, it still shows "multiple" but should show "partial"
The text was updated successfully, but these errors were encountered:
1) Improve how we display "multiple", "partial" in position table:
--> those values need to be updated on every change in position size and open orders.
2) warning message
If the user has an existing open position with existing SL/TP orders, and the user submits a new order, the review order popup should show a sentence "Verify your existing TP/SL orders - you are modifying an existing position that has TP/SL orders"
Problems we see right now: if we have multiple SL (TP) orders for a given position we display "multiple", if I close one SL order manually, it still shows "multiple" but should show "partial"
The text was updated successfully, but these errors were encountered: