diff --git a/pkg/strategy/xmaker/strategy.go b/pkg/strategy/xmaker/strategy.go index 86cf55ec4..2b94a9034 100644 --- a/pkg/strategy/xmaker/strategy.go +++ b/pkg/strategy/xmaker/strategy.go @@ -1297,6 +1297,8 @@ func (s *Strategy) Hedge(ctx context.Context, pos fixedpoint.Value) { } else { s.coveredPosition.Add(quantity.Neg()) } + + s.resetPositionStartTime() } func (s *Strategy) tradeRecover(ctx context.Context) {