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