Version

FinancialCalculationSupportingCalculations Class Members

The following tables list the members exposed by FinancialCalculationSupportingCalculations.

Public Constructors
Public Properties
 NameDescription
Public PropertyEMAThe strategy provided to calculate an exponential moving average for a collection.  
Public PropertyLongPriceOscillatorAverageThe strategy provided to calculate the long period moving average for price oscillator indicators.  
Public PropertyLongVolumeOscillatorAverageThe strategy provided to calculate the long period moving average for volume oscillator indicators.  
Public PropertyMakeSafeThe strategy provided to make doubles safe for plotting, by default will just make zero if the value is invalid.  
Public PropertyMovingSumThe strategy provided to calculate a moving sum for a collection.  
Public PropertyShortPriceOscillatorAverageThe strategy provided to calculate the short period moving average for price oscillator indicators.  
Public PropertyShortVolumeOscillatorAverageThe strategy provided to calculate the short period moving average for volume oscillator indicators.  
Public PropertySMAThe strategy provided to calculate a simple moving average for a collection.  
Public PropertySTDEVThe strategy provided to calculate a standard deviation for a collection.  
Public PropertyToEnumerableThe strategy provided to convert a lamda expression taking the index into the data to convert into an enumeration over the input data using a configurable length.  
Public PropertyToEnumerableRangeThe strategy provided to convert a lamda expression taking the index into the data to convert into an enumeration over the input data using a configurable range.  
See Also