Skip to content

Commit

Permalink
bollmaker: avoid using time in force in maker order
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Apr 15, 2022
1 parent 88e1384 commit f91132f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/strategy/bollmaker/strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ func (s *Strategy) placeOrders(ctx context.Context, orderExecutor bbgo.OrderExec
Price: askPrice,
Market: s.Market,
GroupID: s.groupID,
TimeInForce: types.TimeInForceGTC,
}
buyOrder := types.SubmitOrder{
Symbol: s.Symbol,
Expand All @@ -336,7 +335,6 @@ func (s *Strategy) placeOrders(ctx context.Context, orderExecutor bbgo.OrderExec
Price: bidPrice,
Market: s.Market,
GroupID: s.groupID,
TimeInForce: types.TimeInForceGTC,
}

var submitOrders []types.SubmitOrder
Expand Down

0 comments on commit f91132f

Please sign in to comment.