Lean
$LEAN_TAG$
|
Providers price scaling factors for a permanent tick More...
Public Member Functions | |
decimal | GetPriceFactor (DateTime searchDate, DataNormalizationMode dataNormalizationMode, DataMappingMode? dataMappingMode=null, uint contractOffset=0) |
Gets the price factor for the specified search date More... | |
Properties | |
string | Permtick [get] |
Gets the symbol this factor file represents More... | |
DateTime? | FactorFileMinimumDate [get, set] |
The minimum tradeable date for the symbol More... | |
Providers price scaling factors for a permanent tick
Definition at line 25 of file IFactorProvider.cs.
decimal QuantConnect.Data.Auxiliary.IFactorProvider.GetPriceFactor | ( | DateTime | searchDate, |
DataNormalizationMode | dataNormalizationMode, | ||
DataMappingMode? | dataMappingMode = null , |
||
uint | contractOffset = 0 |
||
) |
Gets the price factor for the specified search date
Implemented in QuantConnect.Data.Auxiliary.FactorFile< T >.
|
get |
Gets the symbol this factor file represents
Definition at line 30 of file IFactorProvider.cs.
|
getset |
The minimum tradeable date for the symbol
Some factor files have INF split values, indicating that the stock has so many splits that prices can't be calculated with correct numerical precision. To allow backtesting these symbols, we need to move the starting date forward when reading the data. Known symbols: GBSN, JUNI, NEWL
Definition at line 42 of file IFactorProvider.cs.