lean-cli icon indicating copy to clipboard operation
lean-cli copied to clipboard

CLI for running the LEAN engine locally and in the cloud

Results 87 lean-cli issues
Sort by recently updated
recently updated
newest added

I always get the following error when trying to run a local backtest. lean and docker are updated. any help is appreciated. > Pulling lean-cli/engine:formac... Error response from daemon: pull...

I trying to run `lean live ` using 'Interactive Brokers' data feed. But getting an error like this ``` error: Unable to load the service index for source https://api.nuget.org/v3/index.json. error:...

When I try either the "research" command or the "optimize" command, a Docker container fails to run from the image. When I run the images manually from Docker it will...

- For live & backtest deployments add support for specifying a python virtual environment LEAN should use. This can be achieved by setting the `"python-venv"` config value for Lean. -...

When you run `lean cloud live`, the prompts don't let you set up Telegram notifications, but they are available on quantconnect.com ``` Select a notification method: 1) Email 2) Webhook...

Be able to fetch backtest results from the cloud, e.g.: `lean cloud backtest "My Project" --read "Backtest Name"`

I understand the value and necessity of the Security Master dataset. But there are also use cases where it's not required. For instance, sometimes I need higher resolution data (Second/Minute)...

Perform the following steps to reproduce the issue: **1.** Starting point (in sync between local Lean CLI and QC Cloud): ![image](https://user-images.githubusercontent.com/68070194/186173973-abc172b8-6a0d-404a-98d1-75e9481dba7e.png) **2.** Now in Lean CLI move `new_file.py` to `another_dir/`...

It would be great if we could execute the cells of research.ipynb from the terminal using a command like `lean research --execute`. Note, this feature is already available for Jupyter...

If you run `lean backtest` with the local data provider and you don't have the data in your local `data` directory, the algorithm won't place any trades. If the backtest...