I created a bot based on my trading strategy and what it does to scan 26 assets in 1 second every 6 seconds and send trading signals to my frontend where I manually wait for my strategy to play out at the beginning of the new candle and then enter the trade.
It would normally scan the assets and I saw this in the log, but at some point I would see error message.
This didn't work for me as I kept getting false signals. Its backend was hosted on railway and frontend on vercel.
My questions
- What could possibly have caused this
- Could it be that I made it scan too many assets per second, if yes what's the max assets per second you recommend I make the bot to scan?
I created a bot based on my trading strategy and what it does to scan 26 assets in 1 second every 6 seconds and send trading signals to my frontend where I manually wait for my strategy to play out at the beginning of the new candle and then enter the trade.
It would normally scan the assets and I saw this in the log, but at some point I would see error message.
This didn't work for me as I kept getting false signals. Its backend was hosted on railway and frontend on vercel.
My questions