bbgo_origin/bbgo/indicator_test.go

18 lines
173 B
Go
Raw Normal View History

package bbgo
import (
"testing"
2020-10-05 06:25:58 +00:00
"github.com/c9s/bbgo/types"
)
func TestCalculateMovingAverage(t *testing.T) {
klines := types.KLineWindow{
{
},
}
_ = klines
}