Lean  $LEAN_TAG$
QuantConnect.Algorithm.Framework.Selection.EnergyETFUniverse Class Reference

Universe Selection Model that adds the following Energy ETFs at their inception date 1998-12-22 XLE Energy Select Sector SPDR Fund 2000-06-16 IYE iShares U.S. Energy ETF 2004-09-29 VDE Vanguard Energy ETF 2006-04-10 USO United States Oil Fund 2006-06-22 XES SPDR S&P Oil & Gas Equipment & Services ETF 2006-06-22 XOP SPDR S&P Oil & Gas Exploration & Production ETF 2007-04-18 UNG United States Natural Gas Fund 2008-06-25 ICLN iShares Global Clean Energy ETF 2008-11-06 ERX Direxion Daily Energy Bull 3X Shares 2008-11-06 ERY Direxion Daily Energy Bear 3x Shares 2008-11-25 SCO ProShares UltraShort Bloomberg Crude Oil 2008-11-25 UCO ProShares Ultra Bloomberg Crude Oil 2009-06-02 AMJ JPMorgan Alerian MLP Index ETN 2010-06-02 BNO United States Brent Oil Fund 2010-08-25 AMLP Alerian MLP ETF 2011-12-21 OIH VanEck Vectors Oil Services ETF 2012-02-08 DGAZ VelocityShares 3x Inverse Natural Gas 2012-02-08 UGAZ VelocityShares 3x Long Natural Gas 2012-02-15 TAN Invesco Solar ETF More...

Inheritance diagram for QuantConnect.Algorithm.Framework.Selection.EnergyETFUniverse:
[legend]

Public Member Functions

 EnergyETFUniverse ()
 Initializes a new instance of the EnergyETFUniverse 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< UniverseCreateUniverses (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...
 

Detailed Description

Universe Selection Model that adds the following Energy ETFs at their inception date 1998-12-22 XLE Energy Select Sector SPDR Fund 2000-06-16 IYE iShares U.S. Energy ETF 2004-09-29 VDE Vanguard Energy ETF 2006-04-10 USO United States Oil Fund 2006-06-22 XES SPDR S&P Oil & Gas Equipment & Services ETF 2006-06-22 XOP SPDR S&P Oil & Gas Exploration & Production ETF 2007-04-18 UNG United States Natural Gas Fund 2008-06-25 ICLN iShares Global Clean Energy ETF 2008-11-06 ERX Direxion Daily Energy Bull 3X Shares 2008-11-06 ERY Direxion Daily Energy Bear 3x Shares 2008-11-25 SCO ProShares UltraShort Bloomberg Crude Oil 2008-11-25 UCO ProShares Ultra Bloomberg Crude Oil 2009-06-02 AMJ JPMorgan Alerian MLP Index ETN 2010-06-02 BNO United States Brent Oil Fund 2010-08-25 AMLP Alerian MLP ETF 2011-12-21 OIH VanEck Vectors Oil Services ETF 2012-02-08 DGAZ VelocityShares 3x Inverse Natural Gas 2012-02-08 UGAZ VelocityShares 3x Long Natural Gas 2012-02-15 TAN Invesco Solar ETF

Definition at line 43 of file EnergyETFUniverse.cs.

Constructor & Destructor Documentation

◆ EnergyETFUniverse()

QuantConnect.Algorithm.Framework.Selection.EnergyETFUniverse.EnergyETFUniverse ( )

Initializes a new instance of the EnergyETFUniverse class

Definition at line 48 of file EnergyETFUniverse.cs.


The documentation for this class was generated from the following file: