Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 602 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 602 Bytes

Crypto Analyzer

A tool built in Python3 that uses data from cryptocurrency exchanges and calulcates the technical indicators to help user to invest in coins that may possibly give max returns.

Installation Notes

To install TA-lib for 64 bit: Download TA_Lib-0.x.xx-cp35‑cp35m‑win_amd64.whl (Python version 3.5) from here. And use command pip install TA_Lib-0.x.xx-cp35‑cp35m‑win_amd64.whl

Libraries used :-

  1. Pandas
  2. TA-Lib
  3. pyti
  4. Influx DB
  5. Cyptopia API (ccxt)
  6. lomond
  7. APScheduler
  8. numpy
  9. bitmex-ws