mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
34 lines
574 B
YAML
34 lines
574 B
YAML
---
|
|
notifications:
|
|
slack:
|
|
defaultChannel: "dev-bbgo"
|
|
errorChannel: "bbgo-error"
|
|
|
|
switches:
|
|
trade: true
|
|
orderUpdate: true
|
|
submitOrder: true
|
|
|
|
sessions:
|
|
binance:
|
|
exchange: binance
|
|
envVarPrefix: BINANCE
|
|
|
|
binance_futures:
|
|
exchange: binance
|
|
envVarPrefix: BINANCE
|
|
futures: true
|
|
|
|
crossExchangeStrategies:
|
|
|
|
- xfunding:
|
|
spotSession: binance
|
|
futuresSession: binance_futures
|
|
symbol: ETHUSDT
|
|
leverage: 1.0
|
|
incrementalQuoteQuantity: 11
|
|
quoteInvestment: 110
|
|
shortFundingRate:
|
|
high: 0.000%
|
|
low: -0.01%
|