/tradingview-alert-connector

Integrating TradingView strategy alert and executing automated trading for futures DEXes

Primary LanguageTypeScriptMIT LicenseMIT

Tradingview-Alert-Connector

Tradingview-Alert-Connector is a free and noncustodial tool for you to Integrate tradingView alert and execute automated trading for perpetual futures DEXes.

Currently supports dYdX v3, dYdX v4, Perpetual Protocol v2 and GMX v2.

Docs

https://tv-connector.gitbook.io/docs/

Video Tutorial

dYdX v3: https://www.youtube.com/watch?v=I8hB2O2-xx4

Perpetual Protocol: https://youtu.be/YqrOZW_mnUM

Prerequisites

  • TradingView Account at least Pro plan

https://www.tradingview.com/gopro/

  • DEX(e.g. dYdX v4) account with collateral already in place

Installation

git clone https://github.com/junta/tradingview-alert-connector.git
cd tradingview-alert-connector
npm install --force

Quick Start

  • rename .env.sample to .env
  • fill environment variables in .env (see full tutorial)

with Docker

docker-compose build
docker-compose up -d

without Docker

yarn start

Disclaimer

This project is hosted under an MIT OpenSource License. This tool does not guarantee users’ future profit and users have to use this tool on their own responsibility.