The error 'Not enough funds for minimum amount' appears in your trading bot output on the Dashboard or Advanced Dashboard. It means your bot does not have enough quote currency available to open new buy positions.
Cause
Your available quote currency balance is too low to meet the minimum amount per order configured in your bot's Baseconfig. This typically happens when all your funds are tied up in open positions, or when your balance has dropped below the configured minimum.
Fix the error
You have three options to resolve this error:
Sell open positions — Free up quote currency by manually closing one or more open positions, or wait for the bot to sell them automatically based on your sell settings.
Lower your minimum amount per order — Reduce the Minimum amount per order in your Baseconfig's Coins and amounts settings. Make sure the new amount still meets your exchange's minimum order size.
Deposit more funds — Add more quote currency to your account on the exchange you are trading on.
How to lower your minimum amount per order
Go to Configuration in the menu.
Click Baseconfig.
Under Coins and amounts, find the Minimum amount per order field and enter a lower value.
Click Save.
