Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.2 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.2 KB

ML-Backtest-Application

Usage

  1. Make sure you have Docker desktop running on your machine, download here.
  2. Type the following command to clone the repo
    git clone https://github.com/MaxwellMendenhall/ml-backtest-app.git
  3. Type the following command to switch current working dir
    cd ml-backtest-app
  4. Build & run the multi-container application
    docker-compose up --build
  5. Visit http://localhost:3000 on your machine to see the application up and running.

What is this?

This is a pre-built application for the ml-backtest Python library. It provides a no-code solution for training and obtaining models for trading strategies.

Customizable

Have your own strategy you want to use? Just create it and add it to the backend, you can find the documentation here. Do not change/edit the frontned unless something does not prove to your liking on looks. If you only wish to add custom strats only use the backend folder.

Demo

ml-backtest-app-demo.mp4