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 72 lean-cli issues
Sort by recently updated
recently updated
newest added

I have created a research account today and I am unable to login with the lean CLI with the userid and token emailed to me. Does it take a while...

When running lean login after lean init, the credentials fail to be saved to the credentials file. Error: "FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\user\\.lean\\credentials'" This can manually...

bug

Hi, I'm trying to get debug working with pycharm on an Apple silicon machine, but running into some issues... PyCharm `Debug with Lean CLI` output: ``` import pydevd_pycharm pydevd_pycharm.settrace('localhost', port=6000,...

The problem described in [this forum](https://www.quantconnect.com/forum/discussion/13228/code-sharing-between-different-projects-with-c-in-local-and-cloud-development/p1) post is reproducible. Following the tutorial from [CLI's docs](https://www.quantconnect.com/docs/v2/lean-cli/projects/libraries/project-libraries) will yield the same error.

bug

The Atreyu and Trading Technologies brokerages are available in the cloud, but the `lean cloud live` command doesn't show them as options.

When you run `lean cloud live` with the `--brokerage "Interactive Brokers"` option, the `--ib-data-feed` option [is a boolean](https://github.com/QuantConnect/lean-cli/blob/744a69be1b412d5ef2f4018815251a5f0e973168/lean/commands/cloud/live.py#L167-L169). Therefore, we can only select the IB data feed or the QC...

bug

It should just deal with the LEAN repo. Related docs: - [Building Custom Images](https://www.quantconnect.com/docs/v2/lean-cli/projects/custom-docker-images#03-Building-Custom-Images) - [API Reference > lean build](https://www.quantconnect.com/docs/v2/lean-cli/api-reference/lean-build)

Currently the system of checking for "Security Master" subscription only considers "Equity Security Master". However, different datasource require different "Security Master" products. In example: Bulk US Equity Data -> Bulk...

Consider the following file structure: ``` + |- Library | |- MyLibrary | |- mylib.py |- MyProject |- main.py ``` In order to make `mylib` from `MyLibrary` available in `main.py`...

When we delete a file locally, it should be removed from the Cloud when `lean cloud push` is called. How to reproduce: - Follow the [Pushing Local Project user guide](https://www.lean.io/docs/lean-cli/user-guides/cloud-synchronization#03-Pushing-Local-Projects);...