TechnicalAnalysisRoutines Class |
Namespace: Arction.CustomControls.Trader.WPF.Routines
The TechnicalAnalysisRoutines type exposes the following members.
| Name | Description | |
|---|---|---|
| TechnicalAnalysisRoutines | Initializes a new instance of the TechnicalAnalysisRoutines class |
| Name | Description | |
|---|---|---|
| CalculateAroon |
Calculates Aroon indicator using given number of time periods (n). Returns both Aroon Up and Aroon Down values.
| |
| CalculateAverageTrueRange |
Calculates Average True Range values using given number of time periods (n).
| |
| CalculateExponentialMovingAverage |
Calculate Exponential Moving Average using given averaging frame length (window length, or N)
| |
| CalculateMoneyFlowIndex |
Calculates Money Flow Index values using given number of time periods (n).
| |
| CalculateRateOfChange |
Calculates Rate of Change values.
| |
| CalculateRelativeStrengthIndex |
Calculate Relative Strength Index (RSI) using given number of time periods, N
| |
| CalculateSimpleMovingAverage |
Calculate Simple Moving Average using given averaging frame length (window length, or period count N)
| |
| CalculateStochasticOscillatorValues |
Calculate Stochastic Oscillator values using given number of time periods (n)
| |
| CalculateTripleMovingAverage |
Calculates Triple Exponential Average (TRIX) values using given number of time periods (n).
| |
| CalculateWeightedMovingAverage |
Calculate Weighted Moving Average using given averaging frame length (window length, or N)
| |
| CalculateWilliamsPercentRangeValues |
Calculates Williams Percent Range values.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| StandardDeviation |
Calculates standard deviation of values.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |