This error appears when your bot can't load chart data for one of your open positions.
Cause
This usually happens after switching your bot to a different exchange. The bot still has open positions from the previous exchange and tries to pull chart data for those positions — but the market is no longer available on the new exchange.
Fix
Remove the old positions from your bot and then synchronize your assets. To remove an open position:
Open the position in your bot
Click Info
Click Actions
Click Remove
Repeat this for each affected position. Once the old positions are removed, synchronize your bot:
Go to your Dashboard
Scroll down to the Current Assets section
Click Synchronize
This checks for any unsynced positions and makes sure your bot is up to date.
