Click or drag to resize

FinAnalysis.TA Namespace

The FinAnalysis.TA namespace contains classes for technical indicators.
Classes
  ClassDescription
Public classAd
Accumulation/Distribution technical indicator. http://en.wikipedia.org/wiki/Accumulation/distribution_index
Public classAdfTest
Technical indicator that allows to test time series for stationarity.
Public classAdfTestSlice
The values of the AdfTest indicator.
Public classAdxr
Average Directional Movement Rating (ADXR) technical indicator.
Public classAroon
Aroon technical indicator.
Public classAtr
Average True Range (ATR) technical indicator. http://en.wikipedia.org/wiki/Average_True_Range Default Averaging Method is MMA, default period is 14. You can specify any other averaging method. It must be a class, which implement IAverage interface.
Public classAutocorrelation
Implemntation of autocorrelation calculation with specified lags. http://en.wikipedia.org/wiki/Autocorrelation Analog of MatLab "autocorr" for sliding windows and for only one specific lag.
Public classAutocorrelogram
Implementation of time series Autocorrelogram calculation, ie calculation number of lagged autocorrelation values with lag from zero to specified number. http://en.wikipedia.org/wiki/Correlogram Analog of MatLab "autocorr" for sliding windows.
Public classBollinger
Bollinger Bands technical indicator. http://en.wikipedia.org/wiki/Bollinger_bands
Public classCci
Commodity Channel Index (CCI) technical indicator. http://en.wikipedia.org/wiki/Commodity_Channel_Index
Public classCma
Cumulative Moving Average (CMA) technical indicator. http://en.wikipedia.org/wiki/Moving_average#Cumulative_moving_average
Public classCoefficientOfVariation
Get Coefficient Of Variation estimation. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public classCorrelation
Implemntation of Correlation calculation with specified lags. http://en.wikipedia.org/wiki/Correlation_and_dependence Analog of MatLab "crosscor" for sliding windows and for only one specific lag.
Public classCorrelogram
Implementation of time series Correlogram calculation, ie calculation number of lagged Correlation values with lag from zero to specified number. http://en.wikipedia.org/wiki/Correlogram Analog of MatLab "crosscorr(x,y)" and "corr(y,x)" (in unbiased case) for sliding windows.
Public classDeMarker
DeMarker technical indicator.
Public classDistribution
Represents an main distribution characteristic determinator. http://en.wikipedia.org/wiki/Probability_distribution This class for user specific uses. For time series queue listener please use DistributionListener class. It will be useful for finding quantiles, averages, moments, distribution function, etc. It uses AvlTree, so it is useful only on on-line dynamic value, where count of elements is more than 50.
Public classEma
Exponential Moving Average (EMA) technical indicator. http://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average
Public classEnvelope
Trading Envelope technical indicator. http://en.wikipedia.org/wiki/Moving_average#Simple_moving_average
Public classForceIndex
Force Index technical indicator.
Public classIchimokuCloud
Ichimoku Cloud technical indicator. https://school.stockcharts.com/doku.php?id=technical_indicators:ichimoku_cloud
Public classKama
Kaufman's Adaptive Moving Average (KAMA) technical indicator.
Public classKeltner
Keltner channels indicator. http://en.wikipedia.org/wiki/Keltner_channel
Public classKpssTest
Allows to perform test of Kwiatkowski, Phillips, Schmidt and Shin (KPSS test) for stationarity.
Public classKpssTestSlice
The values of the KpssTest indicator.
Public classLsma
Least Squares Moving Average (LSMA) technical indicator. http://en.wikipedia.org/wiki/Linear_regression
Public classMacd
Represents Moving Average Convergence / Divergence (MACD) technical indicator. http://en.wikipedia.org/wiki/MACD
Public classMassIndex
Mass Index.
Public classMaximum
Calculates maximum over the given period.
Public classMcc
Moving Correlation Coefficient (MCC). http://en.wikipedia.org/wiki/Correlation_and_dependence
Public classMesaSinewave
MESA Sinewave technical indicator.
Public classMfi
Money Flow Index (MFI) technical indicator. http://en.wikipedia.org/wiki/Money_flow
Public classMinimum
Calculates minimum over the given period.
Public classMma
Modified Moving Average technical indicator. http://en.wikipedia.org/wiki/Moving_average#Modified_Moving_Average It is default averaging method for ATR, RWI etc.
Public classMomentum
Momentum technical indicator. http://en.wikipedia.org/wiki/Momentum_(technical_analysis)
Public classMutualInformation
Implementation of calculation mutal information approximation between two data series using LSMA method.
Public classObv
On Balance Volume (OVB) technical indicator.
Public classPfe
Polarized Fractal Efficiency technical indicator.
Public classPriceOscillator
Common Price Oscillator.
Public classPvt
Price and Volume Trend (PVT) technical indicator.
Public classRoc
Rate of Change (ROC) technical indicator. http://en.wikipedia.org/wiki/Momentum_(technical_analysis)
Public classRootMeanSquare
Get root mean square estimation. https://en.wikipedia.org/wiki/Root_mean_square
Public classRsi
Relative Strength Index (RSI) technical indicator. http://en.wikipedia.org/wiki/Relative_Strength_Index
Public classRSquared
R-Squared technical indicator.
Public classRwi
Random Walk Index technical indicator. If you do not specify period we use 14 as default.
Public classSar
Parabolic Stop and Reverse (Parabolic SAR) technical indicator.
Public classSecondRawMoment
Get second raw moment estimation. https://en.wikipedia.org/wiki/Moment_(mathematics)
Public classSlope
Slope of linear regression line.
Public classSma
Simple Moving Average technical indicator. http://en.wikipedia.org/wiki/Moving_average#Simple_moving_average
Public classStandardDeviation
Standard deviation technical indicator. https://en.wikipedia.org/wiki/Standard_deviation
Public classStochastic
Stochastic indicator.
Public classTrueRange
True Range technical indicator. http://en.wikipedia.org/wiki/Average_True_Range
Public classUltimateOscillator
Ultimate Oscillator technical indicator. http://en.wikipedia.org/wiki/Ultimate_Oscillator
Public classValueArea
Value Area technical indicator.
Public classValueAreaSlice
Slice of values of Value Area technical indicator.
Public classVariance
Variance estimation technical indicator. http://en.wikipedia.org/wiki/Variance
Public classVolumeIndex
Positive/Negative Volume Index.
Public classVwap
Volume Weighted Average Price. http://en.wikipedia.org/wiki/VWAP
Public classWad
William's Accumulation/Distribution technical indicator.
Public classWr
William's %R technical indicator. http://en.wikipedia.org/wiki/Williams_%25R
Public classZScore
Standard score (Z-Score) technical indicator. https://en.wikipedia.org/wiki/Standard_score
Structures