Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

yujikosuga/lean_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lean Python Environment

Build

docker build -t yujikosuga/lean_python .

Usage

Write your trading algorithm in Volume/Algorithm.Python/MyTradingAlgorithm.py, and run it with the following command.

docker run -v "$PWD/Volume:/root/Lean/Volume" yujikosuga/lean_python:latest

About

A docker image generator for QuantConnect/Lean python environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published