cmd: register convert strategy

This commit is contained in:
c9s 2023-08-05 02:00:22 +08:00
parent 951672fc82
commit 430b22f5e9
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -6,6 +6,7 @@ import (
_ "github.com/c9s/bbgo/pkg/strategy/autoborrow"
_ "github.com/c9s/bbgo/pkg/strategy/bollgrid"
_ "github.com/c9s/bbgo/pkg/strategy/bollmaker"
_ "github.com/c9s/bbgo/pkg/strategy/convert"
_ "github.com/c9s/bbgo/pkg/strategy/dca"
_ "github.com/c9s/bbgo/pkg/strategy/drift"
_ "github.com/c9s/bbgo/pkg/strategy/elliottwave"