Lean
Lean copied to clipboard
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Hello, Now that Lean supports Binance, should we expect [Binance futures](https://www.binance.com/en/futures) to be supported? I have no idea how hard it is to support binance futures. Is there a plan...
#### Expected Behavior The `Mapped` should not be `Null` #### Actual Behavior Mapped is always null without warm up. #### Potential Solution N/A. #### Reproducing the Problem ```python class MappedNoneAlgorithm(QCAlgorithm):...
It would be great if Lean implemented cTrader OpenAPI for their supported broker access. They have [9 featured brokers](https://ctrader.com/featured-brokers/), but they may support more. I do not know precise details...
#### Expected Behavior Support as many crypto-currencies as possible. #### Actual Behavior Lean currently does not support: APEUSD AXSUSD CCDUSD GALAUSD HIUSD JASMYUSD LUNA2USD MATICUSD ROSEUSD SHIBUSD WAVESUSD XRDUSD ZMTUSD...
#### Expected Behavior We can call `CalculateOrderQuantity` with an Equity Symbol when we have a cash account. #### Actual Behavior We get the following error message: > Backtest Handled Error:...
#### Expected Behavior GetParameter takes a default arg. #### Actual Behavior GetParameter only allows specifying name #### Potential Solution Adding an optional arg to GetParameter  #### Checklist - [x]...
#### Expected Behavior We have a universe selection model for FOP. #### Actual Behavior There is no universe selection model for FOP. #### Potential Solution Add a universe selection model...
#### Expected Behavior The portfolio weight is less or equal to the target percentage at the time of order fill. #### Actual Behavior The portfolio weight far exceeds the target...
I'm new to QuantConnect any help here would be much appreciated. #### Expected Behavior Exception not to occur #### Actual Behavior Runtime Error: AttributeError : can't set attribute at in...
#### Expected Behavior TensorFlow Decision Forests (TF-DF) is a collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models. The library is a collection of [Keras](https://keras.io/)...