diff --git a/pkg/strategy/support/strategy.go b/pkg/strategy/support/strategy.go index a9a4aacda..91c7deeed 100644 --- a/pkg/strategy/support/strategy.go +++ b/pkg/strategy/support/strategy.go @@ -111,7 +111,6 @@ func (control *TrailingStopControl) GenerateStopOrder(quantity fixedpoint.Value) Type: types.OrderTypeStopMarket, Quantity: quantity, MarginSideEffect: control.marginSideEffect, - TimeInForce: types.TimeInForceGTC, Price: targetPrice, StopPrice: targetPrice,