Namespace hierarchy

Public Classes

ACFunction
AlligatorFunction
AOFunction
ATRFunction
FinancialFunction
GatorFunction
KDEOptions
KDEFunctionKernel Density Estimator Function.
KurtosisFunction
MoneyFlowFunction
PercentChange
RVIFunction
SARFunctionParabolic Stop And Reversal financial indicator.
SkewnessFunction
SlopeFunction
SmoothedMovAvgFunction
ADXFunctionThe ADXFunction is normally used in financial trending applications to determine whether a market is trending, or moving sideways. A high ADX reading indicates a trending market. A rising ADX indicates a trending market (either up or down). If the ADX reaches 40 or greater, look for a signal that indicates the trend is over. An ADX of 20 or less indicates a sideways market.
FunctionBasic functions (Add, Subtract, High, Low, Average and Count).
MovingAverageMoving Average Function
MovingInternal use. Base class for moving calculation functions
AddAdd Function.
ManySeriesInternal use. Base class for multiple Series function calculations
SubtractSubtract Function.
MultiplyMultiply Function.
DivideDivide Function.
HighHigh Function. Returns highest value.
LowLow Function. Returns lowest value.
AverageAverage (mean) Function.
CountCount Function.
CumulativeCumulative Function. The TCumulative function sums the Series values starting from the first point. Example: Given these values: 1 2 3 The TCumulative function returns: 1 3 6 ( 1=1, 1+2=3 and 1+2+3=6 )
MomentumMomentum Function.
MomentumDivisionMomentum Division Function.
ExpAverageExponential Average Function.
ExpMovAverageExponential Moving Average Function
BollingerSummary description for Bollinger.
CCIFunctionCCI Function.
CLVFunctionCLV Function.
CompressOHLCCompressOHLC Function.
CompressGetDateEventArgsEventArgs for CompressGetDateHandler
CrossPointsCrossPoints Function.
BaseTrendInternal use. Base class for different trend functions.
ExpTrendFunctionThe Exponential Trend function is similar to Trend, except that the calculation fits values using their exponential (e) weights.
TrendFunctionTrendline function
CorrelationFunctionCorrelation function
PolyFittingBase class for fitting function(s)
CustomCustom y=f(x) function
CalculateEventArgsEventArgs for CalculateEventHandler
CustomSortedIntermediate abstract class used by MedianFunction and ModeFunction to calculate values using the source series values sorted in ascending order.
DownSamplingReduces the number of points in series by using several different methods.
HistogramFunctionConstructs a histogram or cumulative histogram from data.
MACDFunctionThe MACD function (Moving Average Convergence Divergence), used in financial charts.
MedianFunctionCalculates the median value of the source series values. The median value is different than the average in that median returns the value that is "at the middle" of the source series values ordered in ascending order. If more than one value shares the middle position, this function returns the average of those values.
ModeFunctionThe mode function returns the source series value that is most more times.
OBVFunctionOBV Function.
PerformancePerformance Function.
PerimeterFunctionPerimeter function.
Regression
Poly
PVOFunctionPVO Function.
RootMeanSquareRoot Mean Square Function.
RSIFunctionRSIFunction is a Line Series derived component that calculates a percent value based on Financial data. RSIFunction must be connected to a OHLC Series or any derived Series component (e.g. Candle). Like a MovingAverage Function, RSI will calculate a new point Y value by using previous Period points. The used formula is: Add all Close prices greater than Open prices and divide by ocurrences (Ups). Add all Close prices lower than Open prices and divide by ocurrences (Downs). RSI = 100.0 - ( 100.0 / ( 1.0 + Math.Abs( Ups / Downs ) ) ) To see a visual representation of TeeChart Extended Functions, go to the TeeChart User Guide.
SmoothingSmoothing Function.
SplineSpline smoothing.
StdDeviationStandard Deviation Function.
StochasticStochastic Function.
VarianceFunctionVariance function.

Public Enumerations

KDEClamp
KDEType
CMFStyle
PeriodStylesDescibes function period as a number of points or as a range of points.
PeriodAlignsDescibes how a function is aligned with respect to the source series.
CompressionPeriodDescribes the possible values of the Compress property.
TrendStylesDefines different trend styles.
DownSamplingMethodDefines type of downsampling method.
RSIAverageTypeUsed in AverageType property.
RSIStyleUsed in Style property.

Public Delegates

CompressGetDateHandler
CalculateEventHandlerInternal use. Function calculation event handler

Public Structures

PointFloat2D

Requirements

Namespace: Steema.TeeChart.Functions Namespace

Assembly: TeeChart.dll