mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-14 02:53:50 +00:00
cmd: fix and add example strategy import
This commit is contained in:
parent
9b77980a69
commit
0471cb2340
|
@ -17,6 +17,11 @@ import (
|
|||
_ "github.com/c9s/bbgo/pkg/strategy/emastop"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/etf"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/ewoDgtrd"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/example/livenote"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/example/pricealert"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/example/pricedrop"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/example/rsicross"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/example/skeleton"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/factorzoo"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/fixedmaker"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/flashcrash"
|
||||
|
@ -30,15 +35,11 @@ import (
|
|||
_ "github.com/c9s/bbgo/pkg/strategy/liquiditymaker"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/marketcap"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/pivotshort"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/pricealert"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/pricedrop"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/random"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/rebalance"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/rsicross"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/rsmaker"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/schedule"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/scmaker"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/skeleton"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/supertrend"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/support"
|
||||
_ "github.com/c9s/bbgo/pkg/strategy/swing"
|
||||
|
|
Loading…
Reference in New Issue
Block a user