bbgo_origin/pkg/indicator/const.go

12 lines
143 B
Go
Raw Normal View History

package indicator
import (
"time"
"github.com/c9s/bbgo/pkg/fixedpoint"
)
var three = fixedpoint.NewFromInt(3)
var zeroTime = time.Time{}