Specifies the formula applied to one or more chart series.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum ChartFormula
Visual Basic
Public Enumeration ChartFormula

Members

Member nameDescription
BollingerBands Bollinger Bands indicators are plotted at standard deviation levels above and below a simple moving average.
MovingAverage A Simple Moving Average is an average of data calculated over a period of time. The moving average is the most popular price indicator used in technical analysis, and can be used with any price, for example, Hi, Low, Open and Close, or can be applied to other indicators.
ExponentialMovingAverage An Exponential Moving Average is an average of data calculated over a period of time where the most recent days have more weight.
TriangularMovingAverage A Triangular Moving Average is an average of data calculated over a period of time where the middle portion of data has more weight.
WeightedMovingAverage Weighted Moving Average is an average of data that is calculated over a period of time, where greater weight is attached to the most recent data.
MACD Moving Average Convergence/Divergence indicator compares two moving averages of prices and is used with a 9-day Exponential Moving average as a signal that indicates buying and selling moments.
DetrendedPriceOscillator Detrended Price Oscillator attempts to remove trends from prices.
Envelopes Envelopes are plotted above and below a moving average by using a specified percentage as the shift.
Performance The Performance indicator compares a current closing price or any other price with the first closing value from the first time period.
RateOfChange The Rate of Change indicator compares a specified closing price with the current price.
RelativeStrengthIndex The Relative Strength Index is a momentum oscillator that compares upward movements of the closing price with downward movements, and results in values that range from 0 to 100.
StandardDeviation Standard Deviation is used to indicate volatility, and measures the difference between values, for example, closing price, and their moving average.
TRIX The Triple Exponential Moving Average is based on a triple moving average of the closing price. Its purpose is to eliminate short cycles. This indicator keeps the closing price in trends that are shorter than the specified period.
Mean Mean prices are average values of daily prices and can be used as a filter for trend indicators.
Median Median prices are mid-point values of daily prices and can be used as a filter for trend indicators.

See Also