bbgo_origin/pkg/bbgo/indicator_test.go
2020-10-11 16:46:15 +08:00

15 lines
172 B
Go

package bbgo
import (
"testing"
"github.com/c9s/bbgo/pkg/types"
)
func TestCalculateMovingAverage(t *testing.T) {
klines := types.KLineWindow{
{},
}
_ = klines
}