diff --git a/pkg/strategy/xdepthmaker/strategy.go b/pkg/strategy/xdepthmaker/strategy.go index 19154c779..8bcca22d6 100644 --- a/pkg/strategy/xdepthmaker/strategy.go +++ b/pkg/strategy/xdepthmaker/strategy.go @@ -325,7 +325,7 @@ func (s *Strategy) CrossSubscribe(sessions map[string]*bbgo.ExchangeSession) { } hedgeSession.Subscribe(types.BookChannel, s.HedgeSymbol, types.SubscribeOptions{ - Depth: types.DepthLevelMedium, + Depth: types.DepthLevelFull, Speed: types.SpeedLow, })