mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
add tri strategy config
This commit is contained in:
parent
f06e37c44f
commit
798b3c62bb
33
config/tri.yaml
Normal file
33
config/tri.yaml
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
notifications:
|
||||
slack:
|
||||
defaultChannel: "dev-bbgo"
|
||||
errorChannel: "bbgo-error"
|
||||
|
||||
sessions:
|
||||
binance:
|
||||
exchange: binance
|
||||
envVarPrefix: binance
|
||||
|
||||
exchangeStrategies:
|
||||
- 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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user