The following tables list the members exposed by FinancialCalculationSupportingCalculations.
| Name | Description | |
|---|---|---|
![]()  | FinancialCalculationSupportingCalculations Constructor | 
| Name | Description | |
|---|---|---|
![]()  | EMA | The strategy provided to calculate an exponential moving average for a collection. | 
![]()  | LongPriceOscillatorAverage | The strategy provided to calculate the long period moving average for price oscillator indicators. | 
![]()  | LongVolumeOscillatorAverage | The strategy provided to calculate the long period moving average for volume oscillator indicators. | 
![]()  | MakeSafe | The strategy provided to make doubles safe for plotting, by default will just make zero if the value is invalid. | 
![]()  | MovingSum | The strategy provided to calculate a moving sum for a collection. | 
![]()  | ShortPriceOscillatorAverage | The strategy provided to calculate the short period moving average for price oscillator indicators. | 
![]()  | ShortVolumeOscillatorAverage | The strategy provided to calculate the short period moving average for volume oscillator indicators. | 
![]()  | SMA | The strategy provided to calculate a simple moving average for a collection. | 
![]()  | STDEV | The strategy provided to calculate a standard deviation for a collection. | 
![]()  | ToEnumerable | The 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. | 
![]()  | ToEnumerableRange | The 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. |