bbgo_origin/config/grid-max.yaml
2020-11-05 15:04:56 +08:00

56 lines
1.2 KiB
YAML

---
notifications:
slack:
defaultChannel: "dev-bbgo"
errorChannel: "bbgo-error"
# if you want to route channel by symbol
symbolChannels:
"^BTC": "btc"
"^ETH": "eth"
"^BNB": "bnb"
# object routing rules
routing:
trade: "$symbol"
order: "$symbol"
submitOrder: "$session" # not supported yet
pnL: "bbgo-pnl"
sessions:
binance:
exchange: binance
envVarPrefix: binance
max:
exchange: max
envVarPrefix: max
riskControls:
# This is the session-based risk controller, which let you configure different risk controller by session.
sessionBased:
# "max" is the session name that you want to configure the risk control
max:
# orderExecutors is one of the risk control
orderExecutors:
# symbol-routed order executor
bySymbol:
BTCUSDT:
# basic risk control order executor
basic:
minQuoteBalance: 2000.0
maxBaseAssetBalance: 1.0
minBaseAssetBalance: 0.0
maxOrderAmount: 200.0
exchangeStrategies:
- on: max
grid:
symbol: BTCUSDT
interval: 1m
baseQuantity: 0.001
gridPips: 10.0
gridNumber: 3
minProfitSpread: 30