mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix typo in xalign config
This commit is contained in:
parent
dbd1cb0aa7
commit
508f2fbe1e
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user