This is the source code for the Youtube series called Algo trading from scratch with Python.
Assuming that you already have installed the environment dependencies, you can run the following command to create your project:
# 1. go into the root directory of the project
# 2. to create a .env file of yours
cp .env.example .env
Then while in the project run:
cd docker
docker-compose up
That's it! Now open localhost:9000 in your browser to see the dashboard.