Coder Social home page Coder Social logo

taurus's Introduction

Taurus

A cryptocurrency trading platform using deep reinforcement learning.

Structure

Taurus is based on several microservices in a monorepo:

  • The deep learning model that turns price data into trade decisions (/navigator)
  • The trading system that executes and tracks trades (/trader)
  • The data collection service that feeds data into the ML model (/collector)
  • The web application for user control and monitoring (/web)

The microservices communicate via gRPC (https://grpc.io). The current version only supports being run on a single server, so no key exchange occurs between APIs.

Prerequisites

This application requires Python 3.7+, protoc/protobuf, gRPC, Docker and Docker Compose to build.

Usage

TBD

Under Development

  • RPC/messaging interfaces
  • Data collection logic
  • Trading logic
  • Machine learning model & training
  • Web interface
  • Logging

Credits

The reinforcement learning model for this project is based on a graduate paper from Zhengyao Jiang, Dixing Xu, and Jinjun Liang of Xi'an Jiaotong-Liverpool University in Suzhou, China. https://arxiv.org/abs/1706.10059

This project uses the CCXT library (https://github.com/ccxt/ccxt) to interact with exchanges for data collection and trading.

taurus's People

Contributors

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