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

Latest commit

 

History

History
15 lines (10 loc) · 300 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 300 Bytes

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