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 Like options, if we place orders for two futures' contracts to create a spread, the margin will be reduced. There are 3 cases, [according to CME](https://www.cmegroup.com/education/courses/understanding-futures-spreads/futures-spread-overview.html): -...

feature

#### Expected Behavior We can use the debugger to debug custom C# and Python (PythonData) classes. #### Actual Behavior We can debug custom C# classes, but not PythonData classes. ####...

bug

I've noticed that while Binance, Okex and Bitfinex all have support with Lean, there seems to be nothing for Bybit. Is this in the pipeline, or would integration with Bybit...

feature
up for grabs

#### Expected Behavior If we create a time period consolidator to create x-minute bars, the x-minute slices start at midnight. #### Actual Behavior If we create a time period consolidator...

#### Expected Behavior Be able to visualize the results from API calls with `ToString` method. It's particularly helpful in Jupyter Notebooks. #### Actual Behavior The string representation looks like this:...

bug
feature
good first issue
impact-low

#### Expected Behavior `CoarseFundamentalUniverse` selection should be applicable to all Equity markets. #### Actual Behavior Only `Market.USA` supported. Missing support for `Market.India` #### Potential Solution Implement that for `Market.India` as...

#### Expected Behavior We can run basic Futures algorithms without errors. #### Actual Behavior We get > Error invoking SI UNT495KXTPR1 data reader. Line: 1 Error: Index was outside the...

bug
data-integrity

#### Expected Behavior Support BinanceUS Fee Model. #### Actual Behavior Use Binance Fee Model for both Binance and Binance US #### Potential Solution [Binance US Trading Fee Structure](https://www.binance.us/en/fee/schedule) #### Checklist...

feature
good first issue

#### Description Add PyObject overload to ETFConstituentsUniverseSelectionModel #### Related Issue #6562 #### Motivation and Context So we can use the C# implementation of the model in a Python algorithm. ####...

#### Expected Behavior Supports Short Straddle and Strangle options buying power. > The margin requirements for a short straddle/strangle is the greater of the two sides' short uncovered margin requirement...