yujikosuga / lean_python

A docker image generator for QuantConnect/Lean python environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 96.7%Language:Shell 3.3%