From 0ed1d385c103a91e73aef3e824e049568a820f0e Mon Sep 17 00:00:00 2001 From: c9s Date: Sat, 16 Nov 2024 00:47:45 +0800 Subject: [PATCH] xdepthmaker: subscribe full book --- pkg/strategy/xdepthmaker/strategy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, })