Version

FinancialCalculationDataSource Class Members

The following tables list the members exposed by FinancialCalculationDataSource.

Public Constructors
Public Properties
 NameDescription
Public PropertyCalculateCountThe number of items from the starting index from which to calculate  
Public PropertyCalculateFromThe starting index from which to calculate  
Public PropertyCloseColumnA read only collection of the close values for the financial series that is requesting an indicator calculation.  
Public PropertyCountThe count of the values in the series.  
Public PropertyHighColumnA read only collection of the high values for the financial series that is requesting an indicator calculation  
Public PropertyIndicatorColumnThe output values for the indicator which the strategy calculates.  
Public PropertyLongPeriodThe long period to use when calculating, if applicable.  
Public PropertyLowColumnA read only collection of the low values for that financial series that is requesting an indicator calculation.  
Public PropertyMaximumValueIf the calculation determines the range of indicator values, it will set the minimum and maximux properties.  
Public PropertyMinimumValueIf the calculation determines the range of indicator values, it will set the minimum and maximux properties.  
Public PropertyMultiplierIf the calculation supports some sort of scaling factor, this value will be used.  
Public PropertyOpenColumnA read only collection of the open values for the financial series that is requesting an indicator calculation.  
Public PropertyPeriodThe period to use when calculating, if applicable.  
Public PropertyShortPeriodThe short period to use when calculating, if applicable.  
Public PropertySpecifiesRangeThe calculation strategy should set this to true if it specifes the minimum and maximum value properties.  
Public PropertyTrueLowAn enumerable list of true low values provided by the series to use in calculations.  
Public PropertyTrueRangeAnd enumerable list of true range values provided by the series to use in calculations.  
Public PropertyTypicalColumnAn enumerable list of typical prices provided by the series to use in calculations.  
Public PropertyVolumeColumnA read only collection of the volume values for the financial series that is requesting an indicator calculation.  
See Also