Skip to content

Simple application to offer a no-code solution for the ML-Backtest Python library.

License

Notifications You must be signed in to change notification settings

MaxwellMendenhall/ml-backtest-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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