|
Lean
$LEAN_TAG$
|
Universe Selection Model that adds the following ETFs at their inception date More...
Classes | |
| class | Grouping |
| Represent a collection of ETF symbols that is grouped according to a given criteria More... | |
Public Member Functions | |
| LiquidETFUniverse () | |
| Initializes a new instance of the LiquidETFUniverse class More... | |
Public Member Functions inherited from QuantConnect.Algorithm.Framework.Selection.InceptionDateUniverseSelectionModel | |
| InceptionDateUniverseSelectionModel (string name, Dictionary< string, DateTime > tickersByDate) | |
| Initializes a new instance of the InceptionDateUniverseSelectionModel class More... | |
| InceptionDateUniverseSelectionModel (string name, PyObject tickersByDate) | |
| Initializes a new instance of the InceptionDateUniverseSelectionModel class More... | |
| override IEnumerable< string > | Select (QCAlgorithm algorithm, DateTime date) |
| Returns all tickers that are trading at current algorithm Time More... | |
Public Member Functions inherited from QuantConnect.Algorithm.Framework.Selection.CustomUniverseSelectionModel | |
| CustomUniverseSelectionModel (string name, Func< DateTime, IEnumerable< string >> selector) | |
| Initializes a new instance of the CustomUniverseSelectionModel class for Market.USA and SecurityType.Equity using the algorithm's universe settings More... | |
| CustomUniverseSelectionModel (string name, PyObject selector) | |
| Initializes a new instance of the CustomUniverseSelectionModel class for Market.USA and SecurityType.Equity using the algorithm's universe settings More... | |
| CustomUniverseSelectionModel (SecurityType securityType, string name, string market, Func< DateTime, IEnumerable< string >> selector, UniverseSettings universeSettings, TimeSpan interval) | |
| Initializes a new instance of the CustomUniverseSelectionModel class More... | |
| CustomUniverseSelectionModel (SecurityType securityType, string name, string market, PyObject selector, UniverseSettings universeSettings, TimeSpan interval) | |
| Initializes a new instance of the CustomUniverseSelectionModel class More... | |
| override IEnumerable< Universe > | CreateUniverses (QCAlgorithm algorithm) |
| Creates the universes for this algorithm. Called at algorithm start. More... | |
| override string | ToString () |
| Returns a string that represents the current object More... | |
Public Member Functions inherited from QuantConnect.Algorithm.Framework.Selection.UniverseSelectionModel | |
| virtual DateTime | GetNextRefreshTimeUtc () |
Gets the next time the framework should invoke the CreateUniverses method to refresh the set of universes. More... | |
Static Public Attributes | |
| static readonly Grouping | Energy |
| Represents the Energy ETF Category which can be used to access the list of Long and Inverse symbols More... | |
| static readonly Grouping | Metals |
| Represents the Metals ETF Category which can be used to access the list of Long and Inverse symbols More... | |
| static readonly Grouping | Technology |
| Represents the Technology ETF Category which can be used to access the list of Long and Inverse symbols More... | |
| static readonly Grouping | Treasuries |
| Represents the Treasuries ETF Category which can be used to access the list of Long and Inverse symbols More... | |
| static readonly Grouping | Volatility |
| Represents the Volatility ETF Category which can be used to access the list of Long and Inverse symbols More... | |
| static readonly Grouping | SP500Sectors |
| Represents the SP500 Sectors ETF Category which can be used to access the list of Long and Inverse symbols More... | |
Universe Selection Model that adds the following ETFs at their inception date
Definition at line 24 of file LiquidETFUniverse.cs.
| QuantConnect.Algorithm.Framework.Selection.LiquidETFUniverse.LiquidETFUniverse | ( | ) |
Initializes a new instance of the LiquidETFUniverse class
Definition at line 85 of file LiquidETFUniverse.cs.
|
static |
Represents the Energy ETF Category which can be used to access the list of Long and Inverse symbols
Definition at line 29 of file LiquidETFUniverse.cs.
|
static |
Represents the Metals ETF Category which can be used to access the list of Long and Inverse symbols
Definition at line 41 of file LiquidETFUniverse.cs.
|
static |
Represents the Technology ETF Category which can be used to access the list of Long and Inverse symbols
Definition at line 49 of file LiquidETFUniverse.cs.
|
static |
Represents the Treasuries ETF Category which can be used to access the list of Long and Inverse symbols
Definition at line 57 of file LiquidETFUniverse.cs.
|
static |
Represents the Volatility ETF Category which can be used to access the list of Long and Inverse symbols
Definition at line 69 of file LiquidETFUniverse.cs.
|
static |
Represents the SP500 Sectors ETF Category which can be used to access the list of Long and Inverse symbols
Definition at line 77 of file LiquidETFUniverse.cs.