bbgo_origin/config/tri.yaml

36 lines
587 B
YAML
Raw Permalink Normal View History

2023-07-05 08:08:35 +00:00
---
notifications:
slack:
defaultChannel: "dev-bbgo"
errorChannel: "bbgo-error"
sessions:
binance:
exchange: binance
envVarPrefix: binance
exchangeStrategies:
2023-07-05 08:09:03 +00:00
## triangular arbitrage strategy
2023-07-05 08:08:35 +00:00
- on: binance
tri:
minSpreadRatio: 1.0011
separateStream: true
# resetPosition: true
limits:
BTC: 0.001
ETH: 0.01
USDT: 20.0
symbols:
- BNBUSDT
- BNBBTC
- BNBETH
- BTCUSDT
- ETHUSDT
- ETHBTC
paths:
- [ BTCUSDT, ETHBTC, ETHUSDT ]
- [ BNBBTC, BNBUSDT, BTCUSDT ]
- [ BNBETH, BNBUSDT, ETHUSDT ]