If you see the error message -1013 PERCENT_PRICE_BY_SIDE, it means that the order rate you're using to place an order deviates too much from the current price.
What could the error message look like in your trading bot output?
Placing live buy order ADA rate: 73 amount: 1. Trigger: manual-buy.
ERROR Binance error. Code: -1013 Message: Filter failure: PERCENT_PRICE_BY_SIDE
ERROR Error placing buy order, data: {"error":"Filter failure: PERCENT_PRICE_BY_SIDE","orderNumber":null}
In this example, someone tried to place an order for 1 ADA at 73 USDT, while the price at that moment was 0.63 USDT per ADA. This is not possible, which is why the error is shown.