mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 23:05:15 +00:00
xalign: add doc comment
This commit is contained in:
parent
db43c87227
commit
cbb9cc7722
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user