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