Fix collateral price + remove close orders
This commit is contained in:
@@ -53,7 +53,7 @@ public class ClosePositionCommandHandler(
|
||||
|
||||
|
||||
var closeRequestedOrders =
|
||||
isForPaperTrading || (await exchangeService.CancelOrder(account, request.Position.Ticker));
|
||||
true; // TODO: For gmx no need to close orders since they are closed automatically
|
||||
|
||||
// Close market
|
||||
var closedPosition =
|
||||
|
||||
Reference in New Issue
Block a user