Running the bot on multiple symbols. 1m timeframe. After a while all the filled buy orders get this error:
INFO:pyjuque.Engine.BotController:FILLED BUY order on BNB/USDT, try exit.
INFO:pyjuque.Engine.BotController:Error placing order for BNB/USDT:
(<class 'ccxt.base.errors.InsufficientFunds'>, InsufficientFunds('binance Account has insufficient balance for requested action.'), <traceback object at 0x7f9db3739ec0>)
I tried playing around with removing take profit, changing 'signal_distance' to market orders. But the issue remains.
The bot is unable to evaluate stop loss or exit signals after this error occurred for a symbol.
Help is appreciated!
Thanks