Alexandre Catarino

Results 57 comments of Alexandre Catarino

By the way, it would be nice to be able to get the chain with the underlying symbol: ```python chain = data.option_chains.get(self._future.mapped) ```

Hi @keshavdalmia10, Before you work on an issue, I suggest adding comments to show that you understand what needs to be done and what you will do, then wait for...

This issue can be closed if we replace this page [View All Live Projects]( https://www.quantconnect.com/docs/v2/cloud-platform/live-trading/results#12-View-All-Live-Projects) with an image of the explorer page.

Members can use the [Performance Chart)](https://www.quantconnect.com/docs/v2/cloud-platform/backtesting/results#05-Performance-Chart)

Before we review the tutorials to add more example, we need to review those we have. Because of Tensorflow upgrade, Keras was broken (fixed by 8ee3fcb), but Tensorflow is still...

Most of points in this issue have been addressed. E.g.: https://www.quantconnect.com/docs/v2/cloud-platform/live-trading/brokerages/bloomberg-emsx#05-Orders We have decided not to create a Brokerage page for RBI, and its order properties are the same as...

We have opted to only document the relevant endpoints: [Research Environment > Meta Analysis](https://www.quantconnect.com/docs/v2/research-environment/meta-analysis/key-concepts)

@LouisSzeto , I reopened it because the 2nd example is incorrect, and I removes it ( b735dc3). This code does nothing since LEAN automatically remove expired contracts. ```python def on_securities_changed(self,...

We should define asynchronous as a class variable so that users can control the behavior. E.g.: ```csharp public ImmediateExecutionModel(bool asynchonous = false) { _asynchronous = asynchonous; } algorithm.MarketOrder(security, quantity, _asynchronous,...

Most of these topics have been addressed. - If using python, delete the downloader.cs (ex: QuantConnectMarketRegimeDataDownloader.cs) file and change the program.cs to be is already covered by > In the...