12 lines
154 B
Go
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{}
|