bbgo_origin/bbgo/indicator_test.go
2020-10-05 17:47:25 +08:00

18 lines
173 B
Go

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