xalign: add doc comment

This commit is contained in:
c9s 2023-06-08 16:04:43 +08:00
parent db43c87227
commit cbb9cc7722
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -33,6 +33,9 @@ crossExchangeStrategies:
sessions: sessions:
- max - max
- binance - 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.
quoteCurrencies: quoteCurrencies:
buy: [USDC, TWD] buy: [USDC, TWD]
sell: [USDT] sell: [USDT]