Alexandre Catarino
Alexandre Catarino
#### Expected Behavior The Report generator generated `Exposure` chart for all securities types. #### Actual Behavior `KeyError` when the portfolio contains Index Options on [ReportCharts.py#L964:L967](https://github.com/QuantConnect/Lean/blob/master/Report/ReportCharts.py#L964:L967), since there is no `IndexOption`...
#### Expected Behavior The Report generator handles any algorithm default currency, #### Actual Behavior `FormatException` when the default currency is not USD (BTC for example) on [EstimatedCapacityReportElement.cs#L56](https://github.com/QuantConnect/Lean/blob/master/Report/ReportElements/EstimatedCapacityReportElement.cs#L56) #### Potential Solution...
#### Expected Behavior Supports [Microsoft.Data.Analysis](https://www.nuget.org/packages/Microsoft.Data.Analysis/). This package contains easy-to-use and high-performance libraries for data analysis and transformation, such as [DataFrame](https://devblogs.microsoft.com/dotnet/an-introduction-to-dataframe/). #### Checklist - [x] I have completely filled out this...
#### Expected Behavior If a futures' contract is marked as non-tradable, it shouldn't have data in the `Slice.FutureChains` object and vice-versa. #### Actual Behavior If a futures' contract is marked...
#### Expected Behavior When the Portfolio doesn't hold any positions, the Exposure series should show the ratio of 0. #### Actual Behavior When the Portfolio doesn't hold any positions, the...
#### Expected Behavior Supports [stable-baselines3](https://github.com/DLR-RM/stable-baselines3): Stable Baselines3 is a set of improved implementations of reinforcement learning algorithms in PyTorch. It is the next major version of Stable Baselines. It works...
#### Expected Behavior If there is Universe Selection data on the weekend, e.g. `QuiverTwitterFollowersUniverse`, the universe selector is triggered. #### Actual Behavior Universe Selection of Custom/Alternative data is not triggered...
#### Expected Behavior Be able to make a history request of tick-resolution data in Python. #### Actual Behavior The following exception is thrown: ``` Exception: cannot handle a non-unique multi-index!...
#### Expected Behavior Supports SharpLearning.XGBoost Updade ML.Net to the latest version. #### Actual Behavior Does not support SharpLearning.XGBoost. It is available in a separate nuget package, so we didn't get...
#### 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):...