In some cases, a strategy may not have any funds left to sell (orders too small or empty wallet). This will then result in an error with the following message "Sell skipped: Can't sell, order too low" in the strategy logs.
After 10 unsuccessful attempts, the strategy will automatically stop with the message "Error: too many orders skipped".
This alert is intended to avoid erratic behaviour of the strategy, to warn the user and to avoid charging unnecessary costs.
You can use the Balance block ⚖️ to check that you have enough traded currency to sell or enough base currency to buy(see pictures below). Add a block timer (or a balance block opposite to your previous condition) that can be enabled if your previous balance condition is not enabled. In this case, you follow the path of the buy (or sell) signal but the block will wait for better conditions to buy or sell.
Comments
0 comments
Please sign in to leave a comment.