Giter Club home page Giter Club logo

tradingview-crypto-signals's Introduction

tradingview-crypto-signals

A local HTTP server to fetch cryptocurrency BUY/SELL signals from TradingView, that wraps the tradingview_ta python package. The returned data are in JSON format and are language-agnostic.

Example

Docker

It takes one line to get the server up and running using docker, without even cloning the repo.

docker run -it -p 8002:6666 pcko1/tvcs:latest --pairs BTCUSDT,ETHBTC,LINKUSDT --interval 1h --exchange BINANCE

After the server starts, you can access the results at http://localhost/8002 and a GET request refreshes them.

The results are in JSON format and the timestamp is UTC:

[ { "pair": "BTCUSDT", "exchange": "BINANCE", "interval": "1h", "recommendation": "BUY", "votes": { "buy": 16, "sell": 3, "neutral": 9 }, "timestamp": 1611006994 }, { "pair": "ETHBTC", "exchange": "BINANCE", "interval": "1h", "recommendation": "BUY", "votes": { "buy": 13, "sell": 6, "neutral": 9 }, "timestamp": 1611006994 }, { "pair": "LINKUSDT", "exchange": "BINANCE", "interval": "1h", "recommendation": "SELL", "votes": { "buy": 10, "sell": 9, "neutral": 9 }, "timestamp": 1611006995 } ]

Arguments

  • exchange: All exchanges supported by tradingview_ta, e.g. BINANCE (default) or BITTREX
  • pairs: All crypto pairs found on the chosen exchange, e.g. BTCUSDT(default)
  • interval: All time intervals supported by tradingview_ta, i.e. 1m, 5m, 15m, 1h, 4h, 1d (default), 1w, 1M.

Target Machines

You may find pre-built images for different OS and H/W architectures:

  • pcko1/tvcs:linux/amd64
  • pcko1/tvcs:linux/arm64
  • pcko1/tvcs:linux/arm/v/7
  • pcko1/tvcs:linux/arm/v/6

DISCLAIMER: The signals provided by this package do not correspond to financial advice. Refer to TradingView on how to use them.

tradingview-crypto-signals's People

Contributors

pcko1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.