Lean
$LEAN_TAG$
|
Provides helpers for defining universes based on the daily dollar volume More...
Public Member Functions | |
DollarVolumeUniverseDefinitions (QCAlgorithm algorithm) | |
Initializes a new instance of the DollarVolumeUniverseDefinitions class More... | |
Universe | Top (int count, UniverseSettings universeSettings=null) |
Creates a new coarse universe that contains the top count of stocks by daily dollar volume More... | |
Provides helpers for defining universes based on the daily dollar volume
Definition at line 29 of file DollarVolumeUniverseDefinitions.cs.
QuantConnect.Algorithm.DollarVolumeUniverseDefinitions.DollarVolumeUniverseDefinitions | ( | QCAlgorithm | algorithm | ) |
Initializes a new instance of the DollarVolumeUniverseDefinitions class
algorithm | The algorithm instance, used for obtaining the default UniverseSettings |
Definition at line 37 of file DollarVolumeUniverseDefinitions.cs.
Universe QuantConnect.Algorithm.DollarVolumeUniverseDefinitions.Top | ( | int | count, |
UniverseSettings | universeSettings = null |
||
) |
Creates a new coarse universe that contains the top count of stocks by daily dollar volume
count | The number of stock to select |
universeSettings | The settings for stocks added by this universe. Defaults to QCAlgorithm.UniverseSettings |
Definition at line 51 of file DollarVolumeUniverseDefinitions.cs.