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 Allow place orders based on IOC strategy. There are a few brokerages supporting this feature (IB, Atreyu etc). There also was a community request for the feature...

Build a full order book using quote ticks, trades and make it available on the Crypto security type.

feature

#### Expected Behavior Lean should handle cases of stock suspensions and halts correctly. There are cases where the [SEC intervenes in the market to halt trading activity due to serious...

#### Expected Behavior Futures contracts are added and removed from the universe based on the `SetFilter` arguments. #### Actual Behavior Futures contracts can sometimes be added and removed from the...

bug
data-integrity

Problem originally brought up in this QC community post: https://www.quantconnect.com/forum/discussion/14110/streamreader-on-local-zip-data-a-local-file-header-is-corrupt/p1 #### Expected Behavior After downloading **new** QC data that is distributed in a .zip file, I should be able to...

bug

#### Expected Behavior The factor file should be created with the appropriate data. #### Actual Behavior An error is returned and the file is not created. ``` System.NullReferenceException: Object reference...

bug
up for grabs

#### Expected Behavior The Coarse Universes should be created #### Actual Behavior An error `"The provided properties do not match with a valid {nameof(SecurityType)}", "properties"` occures. `SecurityType = (SecurityType)ExtractFromProperties(SecurityTypeOffset, SecurityTypeWidth,...

bug

#### Expected Behavior If we set the start date after the end date in a notebook, we get an exception ``` qb = QuantBook() qb.SetEndDate(1998, 2, 1) qb.SetStartDate(2022, 2, 1)...

bug
impact-low

#### Expected Behavior We can deploy live algorithm via the QC API for every supported brokerage in cloud. #### Actual Behavior [LiveAlgorithmSettings.cs](https://github.com/QuantConnect/Lean/blob/master/Common/Api/LiveAlgorithmSettings.cs) only has definitions for 6 of the supported...

up for grabs

#### Expected Behavior We can get industry-standard security identifies such as ISIN, CUSIP, FIGI and SEDOL for a given Symbol. #### Actual Behavior Not available. It only works the other...

feature