C1.C1Rdl.Rdl2008 Namespace : ChartFormula Enumeration |
'Declaration Public Enum ChartFormula Inherits System.Enum
public enum ChartFormula : System.Enum
Member | Description |
---|---|
BollingerBands | Bollinger Bands indicators are plotted at standard deviation levels above and below a simple moving average. |
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. |
ExponentialMovingAverage | An Exponential Moving Average is an average of data calculated over a period of time where the most recent days have more weight. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
System.Object
System.ValueType
System.Enum
C1.C1Rdl.Rdl2008.ChartFormula
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2