a bot that can execute trades based on tradingview webhook alerts!
No Data
tradingview-webhooks-bot is a trading bot, written in python that allows users to place trades with tradingview's webhook alerts.
Pipenv is a tool that helps users set virtual environments and install dependencies with ease. There are many benefits to creating a virtual environment, especially for those that haev other projects running on the same server.
sudo apt install pipenv
Pipfileand
Pipfile.lockfiles.
pipenv install
pipenv graph- You should see flask and ccxt.
pipenv install
pipenv shell
python webhook-bot.py
There you go! Nice and simple Python version and virtualenv management.
Many people are having difficulties with their server properly receiving webhook data from TradingView. The easiest way to get started quickly without ripping your hair out from trying to figure out what's wrong, ngrok can be used to receive the signals. Create a free account, unless you want your server to go down every 8 hours. Navigate to the downloads page, and select your download to match your machine. For example, I am on Ubuntu:
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
Here is a quick start guide! Once everything is set up, you can use this guide to get started!