Giter Club home page Giter Club logo

talib-altcoins-api's Introduction

Indicators API with ta-lib

List containers:

sudo docker ps -a

Build container

sudo docker build --no-cache . -t indicators

Run container

sudo docker run -it --rm -p 5000:5000 indicators

or

sudo docker run -it --rm -p 5000:5000 ghcr.io/breim/TAlib-altcoins-api:X.X.X

Get indicators

http://localhost:5000/indicators?exchange=binance&symbol=BTC/USDT&interval=1h

Suported params

exchange: supported list

symbol: ‘BTC/USDT’ Bitcoin to Tether, or LTCBTC Litecoin to Bitcoin.

interval: Binance have the following time frames or intervals: ['1m', '3m', '5m', '15m', '30m', '1h', '2h', '4h', '6h', '8h', '12h', '1d', '3d', '1w', '1M'].

limit: Limit binance api return default is 100

Example response

  {
    "adx": 52.90973494613487,
    "ma_100": 11700,
    "ma_50": 11700,
    "macd": -30.9,
    "minus_di": 39.19350254139547,
    "plus_di": 4.528784884053814,
    "rsi": 33.51984340870133,
    "sma": 11607.09
  }

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.