config: add more doc to the config

This commit is contained in:
c9s 2022-01-31 01:52:47 +08:00
parent 36b0db6cc8
commit c7ce59cd6f

View File

@ -37,7 +37,13 @@ exchangeStrategies:
symbol: ETHUSDT symbol: ETHUSDT
side: buy side: buy
# quantity is the quantity of the crypto (in base currency) you want to buy/sell
# quantity: 0.01 # 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 amount: 11.0
# belowMovingAverage is a special override (optional) # belowMovingAverage is a special override (optional)