cmd: add autoborrow to built-in

This commit is contained in:
c9s 2022-04-23 15:00:53 +08:00
parent c70317af2b
commit fd247cf7d7

View File

@ -2,6 +2,7 @@ package cmd
// import built-in strategies
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/emastop"