mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-25 16:25:16 +00:00
rename bollpp to bollmaker
This commit is contained in:
parent
02dfdb57bd
commit
4cdb5b607b
|
@ -23,7 +23,7 @@ backtest:
|
||||||
exchangeStrategies:
|
exchangeStrategies:
|
||||||
|
|
||||||
- on: max
|
- on: max
|
||||||
bollpp:
|
bollmaker:
|
||||||
symbol: ETHUSDT
|
symbol: ETHUSDT
|
||||||
interval: 5m
|
interval: 5m
|
||||||
quantity: 0.005
|
quantity: 0.005
|
|
@ -3,7 +3,7 @@ package cmd
|
||||||
// import built-in strategies
|
// import built-in strategies
|
||||||
import (
|
import (
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/bollgrid"
|
_ "github.com/c9s/bbgo/pkg/strategy/bollgrid"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/bollpp"
|
_ "github.com/c9s/bbgo/pkg/strategy/bollmaker"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/emastop"
|
_ "github.com/c9s/bbgo/pkg/strategy/emastop"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/etf"
|
_ "github.com/c9s/bbgo/pkg/strategy/etf"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/flashcrash"
|
_ "github.com/c9s/bbgo/pkg/strategy/flashcrash"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package bollpp
|
package bollmaker
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
@ -18,7 +18,7 @@ import (
|
||||||
"github.com/c9s/bbgo/pkg/types"
|
"github.com/c9s/bbgo/pkg/types"
|
||||||
)
|
)
|
||||||
|
|
||||||
const ID = "bollpp"
|
const ID = "bollmaker"
|
||||||
|
|
||||||
const stateKey = "state-v1"
|
const stateKey = "state-v1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user