mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 08:45:16 +00:00
adjust grid backtest parameters
This commit is contained in:
parent
37ac907c0f
commit
764a8be46a
|
@ -29,13 +29,11 @@ backtest:
|
||||||
# for testing max draw down (MDD) at 03-12
|
# for testing max draw down (MDD) at 03-12
|
||||||
# see here for more details
|
# see here for more details
|
||||||
# https://www.investopedia.com/terms/m/maximum-drawdown-mdd.asp
|
# https://www.investopedia.com/terms/m/maximum-drawdown-mdd.asp
|
||||||
startTime: "2020-09-04"
|
startTime: "2020-10-01"
|
||||||
endTime: "2020-09-14"
|
endTime: "2021-10-01"
|
||||||
symbols:
|
symbols:
|
||||||
- BTCUSDT
|
- BTCUSDT
|
||||||
account:
|
account:
|
||||||
makerCommission: 15
|
|
||||||
takerCommission: 15
|
|
||||||
balances:
|
balances:
|
||||||
BTC: 0.0
|
BTC: 0.0
|
||||||
USDT: 10000.0
|
USDT: 10000.0
|
||||||
|
|
|
@ -14,7 +14,6 @@ import (
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/support"
|
_ "github.com/c9s/bbgo/pkg/strategy/support"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/swing"
|
_ "github.com/c9s/bbgo/pkg/strategy/swing"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/trailingstop"
|
_ "github.com/c9s/bbgo/pkg/strategy/trailingstop"
|
||||||
|
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/xbalance"
|
_ "github.com/c9s/bbgo/pkg/strategy/xbalance"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/xmaker"
|
_ "github.com/c9s/bbgo/pkg/strategy/xmaker"
|
||||||
_ "github.com/c9s/bbgo/pkg/strategy/xpuremaker"
|
_ "github.com/c9s/bbgo/pkg/strategy/xpuremaker"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user