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 LEAN supports MES and MNQ FOPs. #### Actual Behavior Not supported. #### Potential Solution N/A #### Checklist - [x] I have completely filled out this template -...

feature
depth

#### Expected Behavior The scheduled event at 1 AM should execute after the RSI indicator update, which occurs at midnight (12 AM) #### Actual Behavior The scheduled event at 1...

bug
depth

#### Expected Behavior The indicator `RelativeDailyVolume` can be warmed up using `WarmUpIndicator`. #### Actual Behavior It doesn't work and we get the following warning: > Warning: the 'WarmUpIndicator' feature only...

feature
indicator
depth

#### Expected Behavior Create flexible `DefaultSettlementDays` depending on Securities. For instance: Run algo before `May 28, 2024` the DefaultSettlementDays for Equites => 2 days. #### Actual Behavior Use the DefaultSettlementDays...

bug
depth

#### Expected Behavior The user should receive a warning when using `DataMappingMode.OPEN_INTEREST` or `DataMappingMode.OPEN_INTEREST_ANNUAL` for a continuous future, if the selected future instrument doesn't have open interest data available. ####...

#### Expected Behavior Models intraday margin correctly. #### Actual Behavior If the database doesn't have the intraday margin, it assumes 40% of overnight. At the moment, MES, for example, is...

feature
depth

#### Expected Behavior 1. The method `GetTargetInsights` should correctly handle insights emitted simultaneously from multiple Alpha Models. 2. The method `DetermineTargetPercent` should provide target portfolio weights per symbol instead of...

framework

#### Expected Behavior - Since a cash account is defined in the basic algorithm below, there should be no trades when there isn't any buying power - There should be...

bug
framework

#### Actual Behavior In 2022-05-01 the data scale is incorrect asyou can see in the attached image. The escale is 10 times less that the market is. The market data...

data-integrity

#### Expected Behavior We are able to get an intraday preview of an indicator without distorting its internal state. #### Actual Behavior This is currently not possible. Calling the `Update`...