GithubHelp home page GithubHelp logo

patricionapoli / olympus Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 10.24 MB

Algo trading bot with deep learning predictions.

License: Other

Dockerfile 0.05% Shell 0.01% Python 3.81% HTML 1.93% CSS 74.94% JavaScript 5.96% Go 1.87% SCSS 11.43%

olympus's Introduction

Olympus Algorithmic Trading

Overview

Project for Bachelor's thesis, aiming to predict BTC price and use Binance exchange to trade accordingly, detecting the BUY/SELL signals.
Python -> Keras, Scikit, Pandas, Numpy, Statsmodels, Matplotlib
Golang -> Fasthttp server & router
React -> SemanticUI

Running

Run RethinkDB from Docker compose. Create tables from WebUI:

[
    "bots" ,
    "btc_daily_preds" ,
    "btc_history" ,
    "btc_history_daily" ,
    "btc_history_daily_latest" ,
    "btc_history_latest" ,
    "btc_hourly_preds" ,
    "btc_test" ,
    "trades" ,
    "users"
]

Run with python: gatherer/start.py, training/start.py, predictor/start.py, and optionally: analysis/start.py
Move the trained models and scalers from training/ to predictor/ before running predictor.
Run npm run build in web/dashboard and move the build output to web/api/assets/static
Run Golang app in web/api/main.go
Create a user in RethinkDB with ID 1, remember binanceKey and binanceSecret
App currently only works with single user, single coin (BTC)

olympus's People

Contributors

pnapolijc avatar

Watchers

James Cloos avatar Pato avatar  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.