mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
xmaker: fix signal depth metrics
This commit is contained in:
parent
7e908c3ff7
commit
5e7627cc7a
|
@ -41,7 +41,7 @@ func (s *DepthRatioSignal) Bind(ctx context.Context, session *bbgo.ExchangeSessi
|
|||
}
|
||||
|
||||
s.symbol = symbol
|
||||
orderBookSignalMetrics.WithLabelValues(s.symbol).Set(0.0)
|
||||
depthRatioSignalMetrics.WithLabelValues(s.symbol).Set(0.0)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user