Lean
Lean copied to clipboard
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
#### 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 -...
#### 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...
#### 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...
#### 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...
#### 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...
#### 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...
#### 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...
#### 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...
#### 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`...