Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 633 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 633 Bytes

Algo trading from scratch

This is the source code for the Youtube series called Algo trading from scratch with Python.

Usage

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.