Skip to content

Source code for the Youtube tutorial series called "Algo trading from scratch with Python"

License

Notifications You must be signed in to change notification settings

saleh-mir/algo-trading-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Source code for the Youtube tutorial series called "Algo trading from scratch with Python"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published