Giter Site home page Giter Site logo

anehrani / cryptocurrency-trading Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smileinnovation/cryptocurrency-trading

0.0 0.0 0.0 755 KB

How to make profits in cryptocurrency trading with machine learning

License: Apache License 2.0

Makefile 0.07% Jupyter Notebook 99.85% Dockerfile 0.07%

cryptocurrency-trading's Introduction

Research trading

summary:

Description

This repository regroups sources about Medium article(How to make profits in cryptocurrency trading with machine learning).

Python3.5 environment for datasciences.

Install

Requirements:

Run :

make

more informations about Makefile commands in the documentation section

Open your browser and visit the link localhost:8888.

The notebook used is src/Financial_presentation.ipynb.

Notebook

You have to know 3 tips for this notebook:

  1. The dataset is not in the repository.

The size of this file is too big to be uploaded on Github.

You can create your own dataset with this 'data crawler'

  1. The function get_data() is not implemented.
The object construct by this function must have this format:
  [
    {
      "name": "Your market name (ex. BTC-NEO)",
      "data": "Pandas dataframe of the market(with a chronological order)"
    },
  ]
example:

  [ {"name":"BTC-ETH", "data":<class 'pandas.core.frame.DataFrame'>} ]
  1. Data format:
index ask base_volume bid date high id id_bot last low marketName moy_prev_day open_buy_orders open_sell_orders volume
int int float int str int int int int int str int int int float
0 72 0.61017 70 2018-04-04 04:30:30 72 1597 4242 72 68 BTC-2GIVE 69 113 979 869022.0

This dataset was collected with this software : Data crawler

Only features listed in the "labelisation_features_name" (settings dictionary) are used to your model.

References

Makefile commands available:

commands name description
make 1. down each service
2. build basic project
3. run project
make build_up 1. build basic project
2. run project
make build build basic project.
make up run project
make down down project
make ps list container
make logs display all platform logs

Documentation:

cryptocurrency-trading's People

Contributors

kuty22 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.