QuantConnect / Documentation

QuantConnect Wiki Style Documentation Behind QuantConnect
https://www.quantconnect.com/docs/v2/
Apache License 2.0
171 stars 135 forks source link

Set Asynchronous Flag on Demos #1584

Closed jaredbroad closed 8 months ago

jaredbroad commented 8 months ago

We have a new feature that loads universes asynchronously in the background. It increases options and future universes by 30-40%; we should update all the demonstrations to use this flag. as long as the universes aren't using the data they select. e.g. selecting by only data in the selection filter.

https://www.quantconnect.com/docs/v2/writing-algorithms/universes/equity/chained-universes#10-Chain-ETF-and-US-Equity-Options

UniverseSettings.Asynchronous = true;
AlexCatarino commented 8 months ago

Closed by 48a8752