GithubHelp home page GithubHelp logo

bitcoin-predictor's Introduction

Project Proposal

Analyze Bitcoin data from Glassnode API to create Buy or Sell signal. Utilize machine learning models to find which one is the most accurate. * SVM: https://scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html * Logistic Regression: https://scikit-learn.org/stable/modules/linear_model.html#logistic-regression * Neural Networks: https://scikit-learn.org/stable/modules/neural_networks_supervised.html

  • Backtest the algorithm through the previous 4 years, reduce if data load is too great.
  • Analyze the profitability of the trading algorithm through visualizations.

Data Source

For our data source we used data from Glassnode. Running the code in the GLASSNODEPULL.ipynb file will export the data into a csv file. The 16 metrics we used for our models were:

price a-sopr puell_multiple exchange_netflow
difficulty_compression_band mvrv_z_score nonzero_balance_addresses %_utxo_in_profit
nvt nupl stablecoin_supply rhodl
cvdd rpv balanced_price investor_capitalization

Information about these metrics can be found at the following site: Glassnode Academy

Installation

To clone the repository use the following line of code:

git clone https://github.com/ZrowGz/trading-bot.git

To use the code the required libraries will need to be installed (unless using Google Colab). This can be installed by running the following line of code:

pip install -r ./requirements.txt

An API Key from Glassnode is required for pulling data. How to get an API Key
If wanting to run the code on MacBook an M1 chip, Google Colab will need to be used

Requirements

  • python >3.7
  • pandas>=0.23.0
  • hvplot
  • pathlib
  • numpy
  • matplotlib
  • sklearn
  • tensorflow
  • json
  • requests

bitcoin-predictor's People

Contributors

dcmar18 avatar vinynair avatar zrowgz avatar

Watchers

 avatar  avatar  avatar

bitcoin-predictor's Issues

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.