Click or drag to resize

TechnicalAnalysisRoutines Class

LightningChart .NET Help
Helper routines for technical analysis calculations.
Inheritance Hierarchy
SystemObject
  Arction.CustomControls.Trader.WPF.RoutinesTechnicalAnalysisRoutines

Namespace:  Arction.CustomControls.Trader.WPF.Routines
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public class TechnicalAnalysisRoutines

The TechnicalAnalysisRoutines type exposes the following members.

Constructors
  NameDescription
Public methodTechnicalAnalysisRoutines
Initializes a new instance of the TechnicalAnalysisRoutines class
Top
Methods
  NameDescription
Public methodStatic memberCalculateAroon
Calculates Aroon indicator using given number of time periods (n). Returns both Aroon Up and Aroon Down values.
Public methodStatic memberCalculateAverageTrueRange
Calculates Average True Range values using given number of time periods (n).
Public methodStatic memberCalculateExponentialMovingAverage
Calculate Exponential Moving Average using given averaging frame length (window length, or N)
Public methodStatic memberCalculateMoneyFlowIndex
Calculates Money Flow Index values using given number of time periods (n).
Public methodStatic memberCalculateRateOfChange
Calculates Rate of Change values.
Public methodStatic memberCalculateRelativeStrengthIndex
Calculate Relative Strength Index (RSI) using given number of time periods, N
Public methodStatic memberCalculateSimpleMovingAverage
Calculate Simple Moving Average using given averaging frame length (window length, or period count N)
Public methodStatic memberCalculateStochasticOscillatorValues
Calculate Stochastic Oscillator values using given number of time periods (n)
Public methodStatic memberCalculateTripleMovingAverage
Calculates Triple Exponential Average (TRIX) values using given number of time periods (n).
Public methodStatic memberCalculateWeightedMovingAverage
Calculate Weighted Moving Average using given averaging frame length (window length, or N)
Public methodStatic memberCalculateWilliamsPercentRangeValues
Calculates Williams Percent Range values.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberStandardDeviation
Calculates standard deviation of values.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also