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