Email bot¶
In version 3 of the TradeServer, we had the email bot. It was a bot that read the inbox of an email and responded to trade signals. This bot was always working fine and was used in combination with TradingView signals. However, the rules of email have changed. As a result, we can no longer read the inbox frequently. So we were forced to drop our support for this bot.
As a replacement, we have created "remote signals". Remote signals are a system where webhook signals are coming in and are fetched and send over to a bot. Using this system you can connect a bot again to (for example) TradingView and respond to those signals.
Please use the link below to get to a description on how to setup a remote signal bot.