diff --git a/config/schedule-ethusdt.yaml b/config/schedule-ethusdt.yaml index b40c422f9..25d08e16a 100644 --- a/config/schedule-ethusdt.yaml +++ b/config/schedule-ethusdt.yaml @@ -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)