bbgo_origin/bbgo/indicator_test.go
2020-10-09 13:21:42 +08:00

15 lines
168 B
Go

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