Lean icon indicating copy to clipboard operation
Lean copied to clipboard

Lean Algorithmic Trading Engine by QuantConnect (Python, C#)

Results 531 Lean issues
Sort by recently updated
recently updated
newest added

#### Expected Behavior Open, High, and Low information is available in Coarse Fundamental #### Actual Behavior Only provides Close. #### Potential Solution Adds OHL to Coarse Fundamental. #### Reproducing the...

feature

#### Expected Behavior [Alphalens](https://pypi.org/project/alphalens/) is a Python Library for performance analysis of predictive (alpha) stock factors. #### Checklist - [x] I have completely filled out this template - [x] I...

library-request

#### Expected Behavior We can add a `OpenInterestFutureUniverseSelectionModel` to a Python algorithm. #### Actual Behavior We can add a `OpenInterestFutureUniverseSelectionModel` to a C# algorithm but not a Python algorithm. ####...

bug

QuoteBar does not provide volumes, but my broker Oanda provides volumes, and since all instruments are managed as QuoteBar, I dont have access to volumes in Lean. Is it possible...

feature

When selling a bear put spread (Sell put with strike higher than a put you buy, same quantity and expiration), we hedge ourselves by buying a put against the one...

bug

#### Expected Behavior We can add a tag to an insight or portfolio target similar to `Order.Tag`. #### Actual Behavior Not supported. #### Potential Solution Implement the property `Tag` for...

feature

#### Expected Behavior Live trading should lean on the brokerage margin limitations and not impose them in LEAN. #### Actual Behavior LEAN models restrict brokerage margin. #### Potential Solution 1)...

feature

#### Expected Behavior Ray library works without breaking #### Actual Behavior calling ray.init() throws error #### Reproducing the Problem `class Algo(QCAlgorithm): def Initialize(self): import ray ray.init()` #### Checklist - [x]...

#### Expected Behavior If we emit a down insight with a weight, the InsightWeightingPortfolioConstructionModel creates targets to sell the security. #### Actual Behavior If we emit a down insight with...

#### Description - Add support for python virtual environments in Lean, allowing overriding of base libraries with py venv directory config value ("python-venv") for local use or job packet var...