mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
25 lines
592 B
YAML
25 lines
592 B
YAML
---
|
|
exchangeStrategies:
|
|
- on: binance
|
|
autoborrow:
|
|
interval: 30m
|
|
autoRepayWhenDeposit: true
|
|
|
|
# minMarginRatio for triggering auto borrow
|
|
# we trigger auto borrow only when the margin ratio is above the number
|
|
minMarginLevel: 1.5
|
|
|
|
# maxMarginRatio for stop auto-repay
|
|
# if the margin ratio is high enough, we don't have the urge to repay
|
|
maxMarginLevel: 10.0
|
|
|
|
assets:
|
|
- asset: ETH
|
|
low: 3.0
|
|
maxQuantityPerBorrow: 1.0
|
|
maxTotalBorrow: 10.0
|
|
- asset: USDT
|
|
low: 1000.0
|
|
maxQuantityPerBorrow: 100.0
|
|
maxTotalBorrow: 10.0
|