mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 00:35:15 +00:00
builtib: update strategy list
builtib: update strategy list
This commit is contained in:
parent
1d727345ee
commit
73a8f3586f
|
@ -2,6 +2,7 @@ package strategy
|
||||||
|
|
||||||
// import built-in strategies
|
// import built-in strategies
|
||||||
import (
|
import (
|
||||||
|
_ "github.com/c9s/bbgo/pkg/strategy/audacitymaker"
|
||||||
_ "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"
|
||||||
|
@ -16,7 +17,6 @@ import (
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/funding"
|
_ "github.com/c9s/bbgo/pkg/strategy/funding"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/grid"
|
_ "github.com/c9s/bbgo/pkg/strategy/grid"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/kline"
|
_ "github.com/c9s/bbgo/pkg/strategy/kline"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/ktrade"
|
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/marketcap"
|
_ "github.com/c9s/bbgo/pkg/strategy/marketcap"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/pivotshort"
|
_ "github.com/c9s/bbgo/pkg/strategy/pivotshort"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/pricealert"
|
_ "github.com/c9s/bbgo/pkg/strategy/pricealert"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user