bbgo_origin/config/support.yaml

58 lines
1004 B
YAML
Raw Normal View History

---
notifications:
slack:
defaultChannel: "dev-bbgo"
errorChannel: "bbgo-error"
# object routing rules
routing:
trade: "$symbol"
order: "$symbol"
submitOrder: "$session" # not supported yet
sessions:
2021-05-30 16:32:27 +00:00
binance:
exchange: binance
backtest:
startTime: "2021-09-01"
endTime: "2021-09-30"
sessions:
- binance
symbols:
- LINKUSDT
account:
binance:
balances:
USDT: 10000.0
exchangeStrategies:
2021-05-30 16:32:27 +00:00
- on: binance
support:
symbol: LINKUSDT
interval: 5m
minVolume: 80_000
triggerMovingAverage:
interval: 5m
window: 99
2021-12-16 11:32:35 +00:00
longTermMovingAverage:
interval: 1h
window: 99
2021-05-30 16:32:27 +00:00
scaleQuantity:
byVolume:
exp:
domain: [ 10_000, 200_000 ]
range: [ 0.5, 1.0 ]
2021-05-30 16:32:27 +00:00
maxBaseAssetBalance: 1000.0
minQuoteAssetBalance: 2000.0
2022-06-19 09:24:47 +00:00
trailingStopTarget:
callbackRatio: 1.5%
minimumProfitPercentage: 2%
2022-01-28 05:37:19 +00:00
targets:
- profitPercentage: 0.02
quantityPercentage: 0.5