Skip to content
/ gecko Public

Utility for analyzing market data using the PyCoinGecko library for the CoinGecko API

Notifications You must be signed in to change notification settings

JBLarson/gecko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gecko

Simple moving average analysis

For $BTC, $ETH, $KAVA, $XMR, $ATOM, and $DAI

Data provided by the CoinGecko API using the PyCoinGecko library

  1. Create environment and install dependencies

    • python3 -m venv geckoEnv

    • source geckoEnv/bin/activate

    • pip install -r req.txt

  2. Run main.sh

  3. Visualize data with a PyQt5 GUI using matplotlib with plot.py

    • Select a date range to analyze

    • plot.py screenshot 1

    • Use the simple GUI to choose which pair you want to view

    • plot.py screenshot 2

    • Try to recognize trends between price and various moving averages

    • Moving the mouse around the chart show's different dates / prices

    • The dates on the X-axis clearly need work

    • plot.py screenshot 3

About

Utility for analyzing market data using the PyCoinGecko library for the CoinGecko API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published