Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.28 KB

readme.md

File metadata and controls

60 lines (47 loc) · 1.28 KB

Bitcoin dashboard

Staying informed about Bitcoin can be time-consuming because helpful information is scattered across different sites.

  • Tradingview for technical analysis
  • Glassnode for on-chain analysis
  • fear & Greed index
  • etc ...

The dashboard idea aims to collect the pieces of information in one place, with the double advantage of saving time and maintaining control of the data to be analyzed.

The dashboard displays:

  • Technical analysis (MA21, MA50, MA200, automatic supports and resistances, RSI, ADX, volumes)
  • Bitcoin performance
  • Bitcoin correlation with S&P 500 and gold
  • On-chain analysis (hashrate, exchanges distribution)
  • Fear & greed vs price
  • Vix vs price
  • Newsreader

Gallery

Requirements

  1. Install Python 3 and clone the code
git clone https://github.com/cardano-on-the-road/bitcoin-dashboard.git
cd bitcoin-dashboard
  1. Create a virtual env
python3 -m venv venv 
  1. Activate the environment and upgrade pip
source venv/bin/activate  
python -m pip install --upgrade pip
  1. Install Jupyter notebook
pip install jupyter 
  1. Run Jupyter notebook
jupyter notebook