adjust grid backtest parameters

This commit is contained in:
c9s 2021-10-12 11:30:21 +08:00
parent 37ac907c0f
commit 764a8be46a
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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"