Giter VIP home page Giter VIP logo

fundamental-cryptocurrency-analysis's Introduction

Kriptomist

Python3 Framework for Crypto-Currency Price Prediction using Fundamental Analysis.

Bitcoin price, supply with reddit subscribers, Tether supply, transactions squared, difficulty and hashrate

Author:

Base metrics

  • price (in USD and BTC)
  • supply
  • subreddit subscribers
  • twitter followers
  • transaction count
  • mining difficulty
  • hashrate

Derived metrics

  • daily, weekly and monthly change in subscribers/followers
  • price prediction based on current price change versus subscriber/follower count change

Setup

To setup and play with Kriptomist we recommend using the IPython shell.

Requirements

  • If you are on a Windows machine, we recommend Anaconda Python distribution

  • IPython shell ($ sudo apt install ipython3)

  • Open a terminal (Anaconda Prompt on Windows) and install required Python modules:

    pip install -r requirements.txt
    

Database

Usage

Using IPython, you can run scripts using run IPython command. The advantage is that you keep the global namespace in the shell after the script was executed.

Updating data for the current day

In [1]: run kriptomist.py

This populates the database with (reddit, twitter, ...) data at the time the command was executed. It also outputs 2 HTML files:

  • html/table_{day}.html (all coins)
  • html/binance_table_{day}.html (only coins traded on Binance are listed here)

Setting NUM_COINS

The default number of coins to process is initialy set to 10. To process more coins, create a file named local_config.py and specify number of coins you want to process:

NUM_COINS = 100

The maximum value for NUM_COINS is 5000.

Displaying chart for a specific coin

In [1]: run kriptomist.py bitcoin

Once you've looked at the html table and want to analyze a specific coin (in this case - bitcoin), you can run the above command (replace bitcoin with the name of your chosen coin).

Customizing chart metrics

Look for CHART_METRICS in config.py, copy it to local_config.py and comment/uncomment desired metrics - that's it. Feel free to suggest improvements / create pull requests. Have fun.

fundamental-cryptocurrency-analysis's People

Contributors

atharva14641 avatar kcsquad7201 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.