document the baseQuantity

This commit is contained in:
c9s 2020-10-26 22:26:01 +08:00
parent 0fd9e8b95a
commit e57ab039d1

View File

@ -47,5 +47,6 @@ exchangeStrategies:
buyandhold: buyandhold:
symbol: "BTCUSDT" symbol: "BTCUSDT"
interval: "1m" interval: "1m"
baseQuantity: 0.001 # quantity = change percentage * baseQuantity
baseQuantity: 1.0
minDropPercentage: -0.0001 minDropPercentage: -0.0001