Introduction
Last updated
Last updated
This documentation provides a step-by-step guide to convert Trading View Alerts to cryptocurrency trades on a CEX (Binance or Coinbase) or DEX (Matcha Aggregator). Compared to 3 Commas or Unibot, the advantage of our method is you will be hosting your own local or cloud server, so your private keys will not be shared with a third party.
Our system works by having Trading View Alerts send a webhook JSON message to a NodeJS App hosted on your cloud or local server. The JSON message will contain trading information (ticker, amount, max price, slippage, trading platform) that the NodeJS App will use to execute the trade.
The documentation provides 3 options to set up your server: 1) A Local Server 2) Google Cloud Run 3) Heroku
In the local sever set up, HashiCorp Vaults + EthSigner is used to provide enterprise-level security.
Finally, we show you how to log trades to Google Sheets and send alerts to your Telegram account.