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