mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 01:01:56 +00:00
xalign: add doc comment
This commit is contained in:
parent
db43c87227
commit
cbb9cc7722
|
@ -33,6 +33,9 @@ crossExchangeStrategies:
|
|||
sessions:
|
||||
- max
|
||||
- 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:
|
||||
buy: [USDC, TWD]
|
||||
sell: [USDT]
|
||||
|
|
Loading…
Reference in New Issue
Block a user