bbgo_origin/config/support.yaml

57 lines
950 B
YAML
Raw Permalink Normal View History

---
notifications:
slack:
defaultChannel: "dev-bbgo"
errorChannel: "bbgo-error"
switches:
trade: true
orderUpdate: true
submitOrder: true
sessions:
2021-05-30 16:32:27 +00:00
binance:
exchange: binance
backtest:
startTime: "2021-09-01"
2022-06-24 11:24:49 +00:00
endTime: "2021-11-01"
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