bbgo_origin/config/xalign.yaml

50 lines
919 B
YAML
Raw Permalink Normal View History

2023-06-08 07:54:32 +00:00
---
notifications:
slack:
defaultChannel: "dev-bbgo"
errorChannel: "bbgo-error"
switches:
trade: true
orderUpdate: true
submitOrder: true
sessions:
max:
exchange: max
envVarPrefix: max
binance:
exchange: binance
envVarPrefix: binance
persistence:
json:
directory: var/data
redis:
host: 127.0.0.1
port: 6379
db: 0
crossExchangeStrategies:
- xalign:
interval: 1m
sessions:
- max
- binance
2023-06-08 08:04:43 +00:00
## quoteCurrencies config specifies which quote currency should be used for BUY order or SELL order.
2023-06-21 06:01:27 +00:00
## when specifying [USDC,TWD] for "BUY", then it will consider BTCUSDC first then BTCTWD second.
2023-06-08 07:54:32 +00:00
quoteCurrencies:
buy: [USDC, TWD]
sell: [USDT]
expectedBalances:
BTC: 0.0440
2023-10-27 07:01:41 +00:00
useTakerOrder: false
dryRun: true
balanceToleranceRange: 10%
maxAmounts:
USDT: 100
USDC: 100
TWD: 3000