/Crypto-TA

Pull data from exchange and make TA

Primary LanguageHTML

Crypto-TA

Pull data from the supported exchange (day, hour, minute), generate SMA, MACD, RSI values and display it in the html.

Status Version Date Maintained?
Working 1.0.0 2019-05-30 Yes

Example

Example of Crypto-TA SMA Example of Crypto-TA MACD Example of Crypto-TA RSI

Notable Features

  1. Get data from the exchange (day, hour, minute): BTC_getdata.py
  2. Calculate SMA, MACD and RSI: BTC_calc.py
  3. Displays data in html for analysis