mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
config: add more doc to the config
This commit is contained in:
parent
36b0db6cc8
commit
c7ce59cd6f
|
@ -37,7 +37,13 @@ exchangeStrategies:
|
|||
|
||||
symbol: ETHUSDT
|
||||
side: buy
|
||||
|
||||
# quantity is the quantity of the crypto (in base currency) you want to buy/sell
|
||||
# quantity: 0.01
|
||||
|
||||
# amount is the quote quantity of the crypto (in quote currency), here is USDT.
|
||||
# 11.0 means you want to buy ETH with 11 USDT.
|
||||
# the quantity will be calculated automatically, according to the latest price
|
||||
amount: 11.0
|
||||
|
||||
# belowMovingAverage is a special override (optional)
|
||||
|
|
Loading…
Reference in New Issue
Block a user