2022-04-23 07:00:04 +00:00
|
|
|
---
|
|
|
|
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
|
2022-04-25 11:05:16 +00:00
|
|
|
minMarginLevel: 1.5
|
2022-04-23 07:00:04 +00:00
|
|
|
|
|
|
|
# maxMarginRatio for stop auto-repay
|
|
|
|
# if the margin ratio is high enough, we don't have the urge to repay
|
2022-04-25 11:05:16 +00:00
|
|
|
maxMarginLevel: 10.0
|
2022-04-23 07:00:04 +00:00
|
|
|
|
|
|
|
assets:
|
|
|
|
- asset: ETH
|
|
|
|
low: 3.0
|
|
|
|
maxQuantityPerBorrow: 1.0
|
|
|
|
maxTotalBorrow: 10.0
|
|
|
|
- asset: USDT
|
|
|
|
low: 1000.0
|
|
|
|
maxQuantityPerBorrow: 100.0
|
|
|
|
maxTotalBorrow: 10.0
|