Merge pull request #1204 from c9s/narumi/xalign/typo

FIX: typo in xalign config
This commit is contained in:
c9s 2023-06-21 15:20:10 +08:00 committed by GitHub
commit 5eec2ec127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ crossExchangeStrategies:
- binance
## quoteCurrencies config specifies which quote currency should be used for BUY order or SELL order.
## when specifying [USDC,TWD] for "BUY", then it will consider BTCUSDT first then BTCTWD second.
## when specifying [USDC,TWD] for "BUY", then it will consider BTCUSDC first then BTCTWD second.
quoteCurrencies:
buy: [USDC, TWD]
sell: [USDT]