All Projects → alleyway → add-tradingview-alerts-tool

alleyway / add-tradingview-alerts-tool

Licence: MIT license
Automated entry of TradingView alerts for bot trading tools such as 3Commas, Alertatron, CryptoHopper, etc.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to add-tradingview-alerts-tool

cryptogalaxy
Get any cryptocurrencies ticker and trade data in real time from multiple exchanges and then save it in multiple storage systems.
Stars: ✭ 96 (-79.44%)
Mutual labels:  kraken, binance, kucoin, bybit, ftx
Krypto Trading Bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Stars: ✭ 2,589 (+454.39%)
Mutual labels:  coinbase, kraken, binance, kucoin
Nescience-Indexing-CLI
Nescience Software & Capital Rebalancing Tool
Stars: ✭ 26 (-94.43%)
Mutual labels:  coinbase, kraken, binance, kucoin
CryptoTickerBot
A .NET Core program to fetch ticker data from various crypto exchange websites.
Stars: ✭ 30 (-93.58%)
Mutual labels:  coinbase, kraken, binance
Cryptofeed
Cryptocurrency Exchange Websocket Data Feed Handler
Stars: ✭ 643 (+37.69%)
Mutual labels:  coinbase, kraken, binance
MT5-TradingToolCrypto
All the tradingtools: crypto integration to metatrader including cryptobridgepro, crypto charts, paymentbot, indicators, robots are located here. Just download the zip folder, drag and drop into Metatrader 5 directory
Stars: ✭ 70 (-85.01%)
Mutual labels:  binance, bybit, ftx
Crypto vba
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
Stars: ✭ 103 (-77.94%)
Mutual labels:  coinbase, kraken, binance
Trading Indicator
provide trading technical indicator values based on data of almost crypto currency exchanges
Stars: ✭ 31 (-93.36%)
Mutual labels:  coinbase, kraken, binance
Exchanges Php
This is a virtual currency SDK that brings together multiple exchanges
Stars: ✭ 134 (-71.31%)
Mutual labels:  coinbase, kraken, binance
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 (-49.68%)
Mutual labels:  tradingview, binance, 3commas
CoinTaxman
Calculate your taxes from cryptocurrency gains
Stars: ✭ 110 (-76.45%)
Mutual labels:  coinbase, kraken, binance
ccex-api
Cryptocurrency exchanges realtime api wrapper
Stars: ✭ 29 (-93.79%)
Mutual labels:  coinbase, tradingview, binance
DataSynchronizer
Cryptocurrency Exchange and Sentiment data fetcher and syncronizer.
Stars: ✭ 68 (-85.44%)
Mutual labels:  binance, kucoin
Algo Coin
Python library for algorithmic trading cryptocurrencies across multiple exchanges
Stars: ✭ 365 (-21.84%)
Mutual labels:  coinbase, kraken
Crypto Trading Bot
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
Stars: ✭ 1,089 (+133.19%)
Mutual labels:  coinbase, binance
futuresboard
Dashboard to monitor the performance of your Binance or Bybit Futures account
Stars: ✭ 90 (-80.73%)
Mutual labels:  binance, bybit
Ccxws
WebSocket client for 38 cryptocurrency exchanges
Stars: ✭ 341 (-26.98%)
Mutual labels:  coinbase, binance
Xchange.js
Bitcoin and Altcoin exchange api aggregator / wrapper
Stars: ✭ 74 (-84.15%)
Mutual labels:  coinbase, kraken
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 (-74.3%)
Mutual labels:  coinbase, binance
tradingview-webhooks
Backend service converting tradingview alerts into action.
Stars: ✭ 44 (-90.58%)
Mutual labels:  alerts, tradingview

Add TradingView Alerts Tool 🤖

Automatically add custom alerts to TradingView in bulk

npm version build status code coverage Npm package monthly downloads

⚠️ WARNING: Running command line software on your computer is risky! Although this software has no known malicious code in it - it does rely on 3rd-party libraries which can be vulnerable to hacking. As of late 2021, 3rd-party hacks have been on the rise - use at your own risk.

👋 NOTE: We have a service that automates this tool on secured, virtual servers. Become a beta tester at alertzmanager.io

Alertz Manager Banner

Why This Project Exists

Trading platforms (such as 3Commas and Alertatron) allow automated trades based on custom TradingView alerts which can be pinged using webhook URLs to execute trades.

When using a TradingView indicator (such as Material Indicators), you can send signals to your trading bot using TradingView alerts

So what if you want to use an indicator to trade across dozens or hundreds of pairs? Because there is no TradingView API to add alerts in bulk, you'd need to maintain those alerts by hand.

How does this tool work?

Using open source software designed for automated website testing, we can enter as many custom alerts as your TradingView account allows. It installs its very own Chrome browser (called Chromium) which is controlled by this script.

Watch as this tool enters your TradingView alerts automatically.

demo video of tool

Requirements

MacOS/Windows/Linux

Install NodeJS (recommended version: 18.12.1)

Installation

Open Terminal/PowerShell and run the following:

# make sure you're running at least node version 18
node -v 

# create your tradingview-alerts-home directory and/or upgrade version
npx @alleyway/create-tradingview-alerts-home

# Follow prompts to initialize your tradingview-alerts-home

Edit your config.yml file (if you're passing signals for automated trading such as 3commas, configure those details here)

files:
  input: binance_usdt_symbols.csv
  exclude: blacklist.csv
tradingview:
  # The chart which has the indicator you'd like to use
  chartUrl: https://www.tradingview.com/chart/WS5uK1l5/
  # (optional) set the chart interval before adding symbols, otherwise interval of last saved chart is used
  # examples: 1s | 30s | 1m | 15m | 1H | 1D | 1W      # NOTE: '1H,4H' to add alerts across multiple intervals
  interval: 4h
  # Optionally supply login details or login manually once and restart script
  #username: 
  #password: 
alert:
  condition:
    primaryLeft: MTF Deviation
    primaryRight:
    secondary: Tier1 long
    tertiaryLeft:
    tertiaryRight:
    quaternaryLeft: 
    quaternaryRight:
  option: Once Per Bar Close
  actions:
    notifyOnApp: false
    showPopup: false
    sendEmail: false
    webhook:
      enabled: true
      url: "https://3commas.io/trade_signal/trading_view"
  # alert name is optional - can override in csv if desired and use {{symbol|instrument|quote_asset}}
  # name: MI dev3 for {{instrument}} {{quote_asset}}
  # indentation matters! {{quote_asset}} and {{instrument}} are swapped out for quote asset(eg. USDT) and the base token or instrument (eg. 'BTC')
  message: >
    {
        "message_type": "bot",
        "bot_id": 999999,
        "email_token": "fffffff-fffff-fffff-ffff-ffffffffff",
        "delay_seconds": 0,
        "pair": "{{quote_asset}}_{{instrument}}"
    }

Fields corresponding to configuration

Fetching Trading Pairs

Creates CSV file for use as input (see above config) for supported exchanges. Want other exchanges? File an issue!)

Download Trading Pairs From Binance/BinanceUS

This command downloads all USDT trading pairs for Binance: (NOTE: binance is now geofencing some of their endpoints)

    ./atat fetch-symbols binance -q usdt
    
    # Creates binance_usdt_symbols.csv    

This command downloads all trading pairs for BinanceUS:

    ./atat fetch-symbols binanceus

    # Creates binanceus_symbols.csv

Download Trading Pairs From Coinbase

    ./atat fetch-symbols coinbase -q usd

    # Creates coinbase_usd_symbols.csv

Download Trading Pairs From Bittrex

    ./atat fetch-symbols bittrex -q btc

    # Creates bittrex_btc_symbols.csv

Download Trading Pairs From Kraken

    ./atat fetch-symbols kraken -q usd

    # Creates kraken_usd_symbols.csv

Download Trading Pairs From KuCoin

    ./atat fetch-symbols kucoin -q usdt

    # Creates kucoin_usd_symbols.csv

Download Trading Pairs From OKX (formerly OKEx)

    ./atat fetch-symbols okx_spot -q usdt

    # Creates okx_spot_usdt_symbols.csv

Download Trading Pairs From ByBit

    ./atat fetch-symbols bybit_derivatives

    # Creates bybit_derivatives_symbols.csv

...and so on..

Adding TradingView Alerts

Before you run the script

When adding alerts TradingView uses your last settings as defaults for new alerts. If not explicitly set in the config.yml file, it will use the settings from the last alert made. So if you prefer to play a sound or not, create an alert with that setting before running the script.

You must actually create an alert once with those options, before they become defaults. (You can immediately delete the alert)

Running the script

NOTE: You'll need to log into TradingView the first time you run the script, then you'll need to close the browser and re-run the command

./atat add-alerts

You can stop the script in Terminal/PowerShell by pressing Ctrl-C

If the tool gets interrupted for some reason, you can remove the rows of already-added alert symbols (from the .csv) and re-run

Troubleshooting

  • Windows users having issues executing because of a thing downloaded off the internet (contributed by a user)

    powershell -executionpolicy ByPass -File .\atat.ps1 fetch-symbols binance -q usdt

  • Moving too fast for your connection speed? Try adjusting the delay option (default is 1000)

    ./atat --delay 1500 add-alerts

  • Selecting the wrong option? Conditions can be regular expressions. For example...

Let's say you have a conditions dropdown with multiple indicator configurations like so:

MTF Deviation - Mtrl_Scientist v0.7 (50, 530, 750, 3)
MTF Deviation - Mtrl_Scientist v0.7 (50, 530, 750, 6)
MTF Deviation - Mtrl_Scientist v0.7 (50, 530, 750, 9)

If your configuration only used the term "MTF Deviation" the tool might incorrectly select the first option containing that term.

For example, the following regular expression will match the indicator with percent deviation setting of 6 :

alert:
  condition:
    primaryLeft: /^MTF Deviation.*,\s6\)$/

Another common issue is sometimes option text for one condition can exist entirely within another.

For example:

Blue Wave Crossing Down [Sm. Red Dot]
Blue Wave Crossing UP [Sm. Green Dot]
Green Dot

A regular expression to match "Green Dot" exactly would be the following:

alert:
  condition:
    primaryLeft: /^Green Dot$/

Learn more about regular expression syntax

  • "atat" command not found? From your tradingview-alerts-home directory run the following:

    npx @alleyway/create-tradingview-alerts-home

  • Any other hiccups? File an issue

Advanced Usage

Multiple Configurations

A configured TradingView Indicator that works for assets quoted in BTC may not be appropriate for USD pairs, therefore, you'll want to segment your setup as follows:

Abstract Concretely
List of pairs quoted only in BTC Run "./atat fetch-symbols binance btc"
input: binance_usdt_symbols.csv
TradingView chart layout with an indicator tailored specific to BTC (eg. set 6% for deviation on MTF deviation) chartUrl: https://www.tradingview.com/chart/WS5uK1l5/
3commas trading bot to handle only BTC {
"message_type": "bot",
"bot_id": 999999,
"email_token": "fffffff-fffff-fffff-ffff-ffffffffff",
"delay_seconds": 0,
"pair": "{{quote_asset}}_{{instrument}}"
}
A dedicated configuration file for the above ./atat add-alerts config.btc.yml

NOTE: running "./atat add-alerts" will default to config.yml unless you specify one (eg. "./atat add-alerts config.btc.yml")

Token Replacement in Alert Settings

There are some scenarios where you may want some pairs to use different indicators or the same indicator with different settings (must be added to the chart for each setting - this script CANNOT adjust indicator settings yet)

multiple indicators

Then you could add an arbitrary column to your .csv - here we use "DSMAsetting"

symbol,quote_asset,instrument,DSMAsetting
BINANCE:1INCHUSDT,USDT,1INCH,40
BINANCE:AAVEUSDT,USDT,AAVE,20
BINANCE:ACMUSDT,USDT,ACM,40
BINANCE:ADAUSDT,USDT,ADA,20

You can then use any value from your csv by surrounding the column header name with double braces as follows:

...
alert:
  condition:
    primaryLeft: "DSMA ({{DSMAsetting}}, 50)"
...

Send a single alert to multiple 3commas bots

3commas will allow you to use an array of commands in the message, I typically send a message to two bots: one for paper trading, and another "real" account which I can choose to disable.

So you can use a JSON array for the message:

  message: >
    [{
        "message_type": "bot",
        "bot_id": 999999,
        "email_token": "fffffff-fffff-fffff-ffff-ffffffffff",
        "delay_seconds": 0,
        "pair": "{{quote_asset}}_{{instrument}}"
    },
    {
        "message_type": "bot",
        "bot_id": 999999,
        "email_token": "fffffff-fffff-fffff-ffff-ffffffffff",
        "delay_seconds": 0,
        "pair": "{{quote_asset}}_{{instrument}}"
    }]

Send an alert to Alertatron

This works in the same way as for 3Commas, but Alertatron using a different format for its messages. For example...

  message: >
    binanceKeys({{quote_asset}}_{{instrument}}) {
        market(side=buy, amount=50%);
        stopOrder(side=sell, amount=100%p, offset=2%);
        limit(side=sell, amount=100%p, offset=3%);
    }

Do You Find This Tool Helpful?

Consider one of the following:

  1. Increase awareness on GitHub: Click the at the top of the page!

Star this project

  1. Become a FREE beta tester (limited time) of our eventual commercial service:
  • Graphical Interface: Nothing to install - alerts added by our secure, private servers
  • Multiple Alerts Per Symbol: separate buy & sell alerts
  • Faster Alert Management: intelligently keeps/updates/adds/removes alerts
  • Flexible Alert Template Assignment: Use 24h exchange data(volume,tradecount) to enable/disable alerts
  • Automation: Configure and sychronize alerts on a schedule, fetch new exchange tokens

Create a free account at https://alertzmanager.io

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].