package indicator import ( "time" "git.qtrade.icu/lychiyu/bbgo/pkg/fixedpoint" ) var three = fixedpoint.NewFromInt(3) var zeroTime = time.Time{}