mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-13 02:23:51 +00:00
cmd: register convert strategy
This commit is contained in:
parent
951672fc82
commit
430b22f5e9
|
@ -6,6 +6,7 @@ import (
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/autoborrow"
|
_ "github.com/c9s/bbgo/pkg/strategy/autoborrow"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/bollgrid"
|
_ "github.com/c9s/bbgo/pkg/strategy/bollgrid"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/bollmaker"
|
_ "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/dca"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/drift"
|
_ "github.com/c9s/bbgo/pkg/strategy/drift"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/elliottwave"
|
_ "github.com/c9s/bbgo/pkg/strategy/elliottwave"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user