Activity of robswc/tradingview-webhooks-bot repository

Active 🚀

Active contributions

Activity badge for robswc/tradingview-webhooks-bot repository

Why robswc/tradingview-webhooks-bot is active?

The result is based on ratio of number of commits and code additions from initial and final time ranges.

Initial time range – from 5 Jul, 2023 to 5 Oct, 2023

Final time range – from 5 Apr, 2024 to 5 Jul, 2024

Additions and deletions stats are not available for this repository due to GitHub API limitations.

Data calculated on 5 Jul, 2024

Summary of robswc/tradingview-webhooks-bot

The robswc/tradingview-webhooks-bot repository on GitHub is a project in which a python-based trading bot has been developed. This bot is designed to execute trades based on alerts from TradingView via Webhook alerts.

Some key features of the bot are:

  1. It executes trades in real-time as the alerts come in.
  2. It sends an alert via Discord with the trade data.
  3. It logs all the trades, making it easy to track and analyse past trades.

The bot uses CCXT library to execute trades on various exchanges and the Flask web framework to create an HTTP server to listen for incoming webhook alerts.

To use this bot, one has to do some configurations like setting up API keys, setting secret key, setting Discord Webhook URL. All of these can be fed into the bot via .env file or environment variables.

Here is a sample of its usage:

git clone https://github.com/robswc/tradingview-webhooks-bot.git cd tradingview-webhooks-bot python3 -m venv venv source venv/bin/activate pip install -r requirements.txt cp sample.env .env # edit .env file with your configuration flask run

The bot requires Python version 3.7+ to run and it supports most of the major exchanges like Binance, Bitfinex, Kraken and many more.

However, this bot comes with a disclaimer that it is not financial advice and using it may lead to financial loss. It is essential to review and understand the code before using it.

Additionally, this bot is licensed under the MIT license, meaning it is free to copy, modify, or distribute the software.

Recently analyzed projects

Activity badge for ethereum/go-ethereum repository

Updated on 5 Jul 2024

Activity badge for ixartz/Next-js-Boilerplate repository

Updated on 5 Jul 2024

Activity badge for asdf-vm/asdf-nodejs repository

Updated on 5 Jul 2024

Activity badge for 1Panel-dev/1Panel repository

Updated on 5 Jul 2024

Top 5 contributors

ContributorCommits
47
2
1
1
1