Skip to content

πŸ”₯ Some basic visualizations and analyses for cryptocurrencies πŸ€‘

Notifications You must be signed in to change notification settings

Am0rphous/crypto-analysis

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Basic Crypto Analysis

Some basic visualizations and analysis for crypto.

Linux

sudo apt install python3-pip git
pip install pandas-datareader mplfinance seaborn
git clone https://github.com/Am0rphous/crypto-analysis
cd crypto-analysis
python3 crypto_correlation.py 
python3 crypto_candle.py 

MacOS

  • Install the package manager Homebrew
  • Then run:
brew install python3 git
pip3 install pandas-datareader mplfinance seaborn
git clone https://github.com/Am0rphous/crypto-analysis
cd crypto-analysis
python3 crypto_correlation.py 
python3 crypto_candle.py 

Preview

Running python3 crypto_correlation.py will create the first two images.

crypto_correlation_1.png crypto_correlation_2.png

Running python3 crypto_candle.py will create this image.

crypto_candle.png

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%