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 - [Qiskit [kiss-kit]](https://qiskit.org/) is an open-source SDK for working with quantum computers at the level of pulses, circuits, and application modules. - [PennyLane](https://pennylane.ai/) is a cross-platform Python...

library-request

#### Expected Behavior using `contractDepthOffset = n` could get both front and back contracts in particular. #### Actual Behavior https://www.quantconnect.com/forum/discussion/12644/continuous-futures-support/p1/comment-39158 The maximum contract depth is unknown, so back contract cannot...

#### Expected Behavior [AutoKeras](https://autokeras.com/): An AutoML system based on Keras. It is developed by [DATA Lab](http://faculty.cs.tamu.edu/xiahu/index.html) at Texas A&M University. The goal of AutoKeras is to make machine learning accessible...

library-request

New order type for IB - VWAP.

feature

#### Expected Behavior [stockstats](https://github.com/jealous/stockstats): Supply a wrapper StockDataFrame for pandas.DataFrame with inline stock statistics/indicators support. #### Checklist - [x] I have completely filled out this template - [x] I have...

library-request

#### Expected Behavior [QuantStats](https://github.com/ranaroussi/quantstats) Python library that performs portfolio profiling, allowing quants and portfolio managers to understand their performance better by providing them with in-depth analytics and risk metrics. ####...

library-request

#### Expected Behavior [technical-analysis-charts](https://www.tradingview.com/HTML5-stock-forex-bitcoin-charting-library/?feature=technical-analysis-charts) is a free, powerful & perfect for your most demanding users. Loaded with features for complete technical analysis. Next-gen web charting that beats the desktop experience....

library-request

#### Expected Behavior Be able to trade crypto in an IB account. #### Actual Behavior Not supported. #### Potential Solution Implement crypto support to IB: https://interactivebrokers.github.io/tws-api/cryptocurrency.html #### Reproducing the Problem...

#### Expected Behavior - `AlgorithmManager.DataPoints` should be the same each time the algorithm is run #### Actual Behavior - https://github.com/QuantConnect/Lean/pull/6245 helped uncover a non deterministic behavior - `AlgorithmManager.DataPoints` is not...

bug
testing

#### Expected Behavior - No nondeterministic behavior #### Actual Behavior - https://github.com/QuantConnect/Lean/pull/6245 helped uncover a non deterministic behavior of fill forward resolution. `CustomUniverseWithBenchmarkRegressionAlgorithm` is adding and removing a Minute resolution...

bug