pivotshort: clean up debug comment

This commit is contained in:
c9s 2022-09-16 01:24:01 +08:00
parent cd338f8fe2
commit 9819f0941b
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -323,12 +323,11 @@ func (s *FailedBreakHigh) detectMacdDivergence() {
return
}
// always reset the top divergence to false
s.macdTopDivergence = false
// macdValues := s.macd.Values
histogramValues := s.macd.Histogram
// log.Infof("histogram values: %+v", histogramValues)
pivotWindow := s.MACDDivergence.PivotWindow
if pivotWindow == 0 {
pivotWindow = 3