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 modules should not raise unhandled exceptions. #### Actual Behavior The python version of `StandardDeviationExecutionModel` raised the following exception: ``` Runtime Error: Trying to dynamically access a...

bug

#### Expected Behavior We have example C# algorithms that use the [new Microsoft.Data.Analysis library](https://github.com/QuantConnect/Lean/issues/5993#issuecomment-1227315344) to wrangle DataFrames #### Actual Behavior We don't have C# example algorithms that demonstrate how to...

up for grabs

#### Expected Behavior We have example algorithms for [TensorFlow.Keras 0.7.0](https://github.com/QuantConnect/Lean/issues/4419#issuecomment-1227311164) and [Microsoft.ML.TensorFlow](https://github.com/QuantConnect/Lean/issues/5053#issuecomment-1227313831). #### Actual Behavior We don't have examples algorithms for these C# libraries #### Potential Solution Add example algorithms....

up for grabs

#### Expected Behavior Supports Google Optimization Tools (a.k.a., [OR-Tools](https://github.com/google/or-tools)) is an open-source, fast and portable software suite for solving combinatorial optimization problems. It's available for both Python and C#. ####...

library-request

#### Expected Behavior The Sortino Ratio is available in Algorithm Statistics and Report. #### Actual Behavior The Sortino Ratio is not available in Algorithm Statistics and Report, but it is...

feature

#### Expected Behavior All FTX Pairs supported #### Actual Behavior Some data missing "ALGOUSD", "APEUSD", "ATOMUSD", "BATUSD", "BTTUSD", "CVXUSD", "FXSUSD", "GMTUSD", "LDOUSD", "NEARUSD" #### Potential Solution Update Symbol Properties Database...

data-integrity

Leverage is currently free in LEAN. Implement a system for deducting interest charges from cash when holding leveraged stock overnight. Apply a default interest rate of 1.5% on the leveraged...

feature

#### Expected Behavior Custom data types should be able to update security OHLC properties if they contain user defined OHLC fields that follow a name convention (e.g: "Open", "High", etc.)...

feature
depth

#### Expected Behavior GetFilePath creates the file path if it doesn't exist #### Actual Behavior GetFilePath doesn't create the file path if it doesn't exist #### Potential Solution N/A ####...

bug
feature