Home

Awesome

<p align="center"> <a target="_blank"><img width="200" height="50" src="public/images/logo_0.PNG" alt="MBATS Logo"></a> <br /> <br /> <b>Microservices Based Algorithmic Trading System - INFRASTRUCTURE UPDATE</b> <br /> <br /> </p>

License


MBATS is a docker based platform for developing, testing and deploying Algorthmic Trading strategies with a focus on Machine Learning based algorithms.

This repository is an advanced version of the MBATS infrastructure without any of the business logic. Compared to MBATs, here are the changes that are made in this version.

Now all these changes are made to ensure cross platform compatibility between the local docker-machine and the cloud (Google cloud here). To know more about the reasons for these new services and changes, plese refer to the below articles.

Latest Linkedin Article on scaling MBATS to the cloud using Terraform <br> Linkedin Article about MBATS

MBATS

Architecture

MBATS

Quickstart

Please use this repository for the infrastructure and for all the Quant Trading business logic use the orignal MBATS repo.

  1. Downlod/Clone the Github Repository (current)
  2. Run docker compose, to start with 5 celery workers:
    docker-compose -f "docker-compose.yml" up --build -d scale worker=5
    First run would take some time as all the Docker base images need to be downloaded.
    Once its is running, you can access the following components from the webaddress

Built With

This project has been devloped and tested on 2 Docker environments

Contributing

All code contributions must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.

License

This repository is available under the BSD 3-Clause License.

Authors