bbgo_origin/config/xfunding.yaml

34 lines
574 B
YAML
Raw Normal View History

2022-01-13 11:35:05 +00:00
---
notifications:
slack:
defaultChannel: "dev-bbgo"
errorChannel: "bbgo-error"
switches:
trade: true
orderUpdate: true
submitOrder: true
2022-01-13 11:35:05 +00:00
sessions:
binance:
exchange: binance
envVarPrefix: BINANCE
binance_futures:
exchange: binance
envVarPrefix: BINANCE
2022-01-13 11:35:05 +00:00
futures: true
crossExchangeStrategies:
- xfunding:
spotSession: binance
futuresSession: binance_futures
2022-01-13 11:35:05 +00:00
symbol: ETHUSDT
leverage: 1.0
incrementalQuoteQuantity: 11
quoteInvestment: 110
shortFundingRate:
high: 0.000%
low: -0.01%