qbtrade/pkg/indicator/const.go
2024-06-27 22:42:38 +08:00

12 lines
154 B
Go

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