pivotshort: add 1m subscribe

This commit is contained in:
c9s 2022-07-12 17:13:32 +08:00
parent 1ef2c1d668
commit da4b35bd31
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -40,6 +40,7 @@ type BreakLow struct {
func (s *BreakLow) Subscribe(session *bbgo.ExchangeSession) {
session.Subscribe(types.KLineChannel, s.Symbol, types.SubscribeOptions{Interval: s.Interval})
session.Subscribe(types.KLineChannel, s.Symbol, types.SubscribeOptions{Interval: types.Interval1m})
}
func (s *BreakLow) Bind(session *bbgo.ExchangeSession, orderExecutor *bbgo.GeneralOrderExecutor) {