All Projects → robswc → Tradingview Webhooks Bot

robswc / Tradingview Webhooks Bot

Licence: gpl-3.0
a bot that can execute trades based on tradingview webhook alerts!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tradingview Webhooks Bot

Cassandre Trading Bot
Cassandre makes it easy to create your Java crypto trading bot. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions.
Stars: ✭ 120 (-34.78%)
Mutual labels:  bot, trading-bot, trading
T 1000
⚡️ ⚡️ 𝘋𝘦𝘦𝘱 𝘙𝘓 𝘈𝘭𝘨𝘰𝘵𝘳𝘢𝘥𝘪𝘯𝘨 𝘸𝘪𝘵𝘩 𝘙𝘢𝘺 𝘈𝘗𝘐
Stars: ✭ 143 (-22.28%)
Mutual labels:  bot, trading-bot, trading
Algotrading
Algorithmic trading framework for cryptocurrencies.
Stars: ✭ 249 (+35.33%)
Mutual labels:  bot, trading-bot, trading
Bybit-Auto-Trading-Bot-Ordes-placed-via-TradingView-Webhook
Python based Trading Bot that uses TradingView.com webhook JSON alerts to place orders(buy/sell/close/manage positions/TP/SL/TS etc.) on Bybit.com. Hire me directly here https://www.freelancer.com/u/Beannsofts for any assistance
Stars: ✭ 235 (+27.72%)
Mutual labels:  webhooks, trading, trading-bot
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (-17.39%)
Mutual labels:  bot, trading-bot, trading
Cointrol
฿ Bitcoin trading bot with a real-time dashboard for Bitstamp.
Stars: ✭ 1,351 (+634.24%)
Mutual labels:  bot, trading-bot, trading
tradingview-webhooks
Backend service converting tradingview alerts into action.
Stars: ✭ 44 (-76.09%)
Mutual labels:  webhooks, alerts, trading
Thewife
Crypto trading bot that reacts to optimized RSI signal 🤖📈💸
Stars: ✭ 22 (-88.04%)
Mutual labels:  bot, trading-bot, trading
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+464.13%)
Mutual labels:  bot, trading-bot, trading
Crypto Trading Bot
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
Stars: ✭ 1,089 (+491.85%)
Mutual labels:  bot, trading-bot, trading
Bitprophet
Node crypto trading platform for Binance exchange.
Stars: ✭ 166 (-9.78%)
Mutual labels:  bot, trading, alerts
Pytrendfollow
PyTrendFollow - systematic futures trading using trend following
Stars: ✭ 127 (-30.98%)
Mutual labels:  trading-bot, trading
Coinbase Exchange Order Book
Real-time Coinbase Exchange (GDAX) order book + basic market maker bot
Stars: ✭ 177 (-3.8%)
Mutual labels:  trading-bot, trading
Zerodha live automate trading using ai ml on indian stock market Using Basic Python
Online trading using Artificial Intelligence Machine leaning with basic python on Indian Stock Market, trading using live bots indicator screener and back tester using rest API and websocket 😊
Stars: ✭ 131 (-28.8%)
Mutual labels:  trading-bot, trading
Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (-28.26%)
Mutual labels:  trading-bot, trading
Phptrader
A simple php powered Bitcoin and Ethereum trading bot
Stars: ✭ 131 (-28.8%)
Mutual labels:  bot, trading-bot
Roq Api
API for algorithmic and high-frequency trading
Stars: ✭ 132 (-28.26%)
Mutual labels:  trading-bot, trading
Cryptotrader
A responsive dynamic webapp to trade cryptopairs on the most prominent exchanges
Stars: ✭ 118 (-35.87%)
Mutual labels:  bot, trading
Lstm Crypto Price Prediction
Predicting price trends in cryptomarkets using an lstm-RNN for the use of a trading bot
Stars: ✭ 136 (-26.09%)
Mutual labels:  bot, trading-bot
Tradingview Webhook Bot
⚙️ Send TradingView alerts to Telegram, Discord, Slack, Twitter and/or Email.
Stars: ✭ 135 (-26.63%)
Mutual labels:  bot, trading

demopic

Tradingview-webhooks-bot

tradingview-webhooks-bot is a trading bot, written in python that allows users to place trades with tradingview's webhook alerts.


Quickstart Using Pipenv

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.

Install pipenv and initiate virtual environment

  1. Install pipenv sudo apt install pipenv
  2. Once pipenv is installed, I recommend that you get familiar with it.
  3. Navigate to the folder where you cloned the repo. You should see Pipfile and Pipfile.lock files.
  4. Run command pipenv install
  5. The dependencies required to get started should now be installed. Check by running command pipenv graph - You should see flask and ccxt.
  6. If you want to install any other dependencies, or if you get an error that you're missing a depedency, simply use command pipenv install <dependency>
  7. Starting the virtual environment: pipenv shell
  8. Starting the flask app: python webhook-bot.py

There you go! Nice and simple Python version and virtualenv management.

Using ngrok for webook data retrieval

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

Quick Start Guide

Here is a quick start guide! Once everything is set up, you can use this guide to get started!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].