bbgo_origin/config/bollgrid.yaml

61 lines
1.3 KiB
YAML
Raw Permalink Normal View History

2020-11-11 15:19:08 +00:00
---
notifications:
slack:
defaultChannel: "dev-bbgo"
errorChannel: "bbgo-error"
switches:
trade: true
orderUpdate: true
submitOrder: true
2020-11-11 15:19:08 +00:00
sessions:
2020-12-17 06:09:22 +00:00
# binance:
# exchange: binance
# envVarPrefix: binance
2020-11-11 15:19:08 +00:00
max:
exchange: max
envVarPrefix: MAX
2020-11-11 15:19:08 +00:00
riskControls:
# This is the session-based risk controller, which let you configure different risk controller by session.
sessionBased:
2020-11-12 08:34:57 +00:00
# "max" is the session name that you want to configure the risk control
2020-11-12 06:50:08 +00:00
max:
2020-11-11 15:19:08 +00:00
# orderExecutor is one of the risk control
orderExecutor:
# symbol-routed order executor
bySymbol:
BTCUSDT:
# basic risk control order executor
basic:
2020-12-17 06:09:22 +00:00
minQuoteBalance: 1000.0
maxBaseAssetBalance: 0
minBaseAssetBalance: 1.0
maxOrderAmount: 3000.0
2020-11-11 15:19:08 +00:00
backtest:
# for testing max draw down (MDD) at 03-12
# see here for more details
# https://www.investopedia.com/terms/m/maximum-drawdown-mdd.asp
2020-11-12 00:28:59 +00:00
startTime: "2020-09-04"
endTime: "2020-09-14"
2020-11-11 15:19:08 +00:00
symbols:
- BTCUSDT
account:
max:
2022-10-06 05:52:06 +00:00
makerFeeRate: 0.075%
takerFeeRate: 0.075%
balances:
BTC: 0.0
USDT: 10000.0
2020-11-11 15:19:08 +00:00
exchangeStrategies:
2020-11-12 06:50:08 +00:00
- on: max
2020-11-11 15:19:08 +00:00
bollgrid:
symbol: BTCUSDT
interval: 5m
gridNumber: 2
quantity: 0.001
profitSpread: 100.0