mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
13 lines
144 B
Go
13 lines
144 B
Go
package indicator
|
|
|
|
import (
|
|
"time"
|
|
|
|
"github.com/c9s/bbgo/pkg/fixedpoint"
|
|
)
|
|
|
|
var three = fixedpoint.NewFromInt(3)
|
|
|
|
var zeroTime = time.Time{}
|
|
|