indicator: rename v2 indicator file

This commit is contained in:
c9s 2023-05-29 21:44:23 +08:00
parent 68570e1eeb
commit e094f422fc
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
"github.com/c9s/bbgo/pkg/types"
)
func TestSubtract(t *testing.T) {
func Test_v2_Subtract(t *testing.T) {
stream := &types.StandardStream{}
kLines := KLines(stream)
closePrices := ClosePrices(kLines)