qbtrade/pkg/indicator/const.go

12 lines
154 B
Go
Raw Permalink Normal View History

2024-06-27 14:42:38 +00:00
package indicator
import (
"time"
"git.qtrade.icu/lychiyu/qbtrade/pkg/fixedpoint"
)
var three = fixedpoint.NewFromInt(3)
var zeroTime = time.Time{}