Derek Melchin

Results 33 comments of Derek Melchin

We will answer these questions one-by-one throughout the docs. For 1, 2, and 4, see [Event Flow](https://www.quantconnect.com/docs/v2/writing-algorithms/key-concepts/algorithm-engine#05-Event-Flow). Specifically for 2 and 4, >LEAN receives the data from the subscriptions, synchronizes...

This functionality would be very helpful. +1

The [Tradier data feed](https://www.quantconnect.com/docs/v2/our-platform/live-trading/data-feeds/brokerage-data-feeds/tradier) also isn't supported.

The `GDAXLiveAlgorithmSettings` and `TradierLiveAlgorithmSettings` constructors also need an `environment` argument, like how the `OandaLiveAlgorithmSettings` has.

After these changes were merged, if we request a DataFrame of ticks and a list of Ticks, the DataFrame and list don't have the same length. ![image](https://user-images.githubusercontent.com/38889814/190019062-669b97f7-c1c8-4014-847f-12e58e0efcf4.png) In this example,...

> the ones that do not include trade data will be ignored by the `PandasConverter`. Maybe there is something wrong with the `PandasConverter` for the call `History(symbol, start, end, resolution)`...

It would be nice to have something like ``` self.SetHoldings(option_strategy, 1) ``` so we can maximize the position size.

We also need to ensure we have these changes: - https://github.com/QuantConnect/Lean/pull/7410 / https://github.com/QuantConnect/lean-cli/pull/351 - Update https://www.quantconnect.com/docs/v2/cloud-platform/backtesting/report and https://www.quantconnect.com/docs/v2/lean-cli/reports to explain how to provide a custom HTML template - Update [Options...

When done, update links in [Data Formats](https://www.quantconnect.com/docs/v2/local-platform/data-management/getting-started#05-Data-Formats)

The following pages have buttons to download the corresponding [single-page docs file](https://github.com/QuantConnect/Documentation/tree/master/single-page): - [Cloud Platform](https://www.quantconnect.com/docs/v2/cloud-platform) - [Writing Algorithms](https://www.quantconnect.com/docs/v2/writing-algorithms) - [Research Environment](https://www.quantconnect.com/docs/v2/research-environment) - [Local Platform](https://www.quantconnect.com/docs/v2/local-platform) - [LEAN CLI](https://www.quantconnect.com/docs/v2/lean-cli) - [LEAN Engine](https://www.quantconnect.com/docs/v2/lean-engine)