pivotshort: fix message

This commit is contained in:
c9s 2022-07-01 18:10:39 +08:00
parent 9a11fd59ed
commit f1867b02c3
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -78,7 +78,7 @@ func (s *BreakLow) Bind(session *bbgo.ExchangeSession, orderExecutor *bbgo.Gener
}
if len(s.pivotLowPrices) == 0 {
log.Infof("currently there is no pivot low prices, skip placing orders...")
log.Infof("currently there is no pivot low prices, can not check break low...")
return
}