Enumeração ChartFormulas
Specifies the formula applied to one or more chart series.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Enumeration ChartFormulas
'Uso
Dim instance As ChartFormulas
public enum ChartFormulas
public enum class ChartFormulas
type ChartFormulas
public enum ChartFormulas
Membros
Nome do membro | Descrição | |
---|---|---|
RuningTotal | The Running Total calculates the total of the current data point with all preceding data points. | |
RuningAverage | The Running Average calculates the average of the current data point with all preceding data points. | |
MoneyFlow | The Money Flow indicator compares upward changes and downward changes of volume-weighted typical prices. | |
OnBalanceVolume | The On Balance Volume indicator measures positive and negative volume flow. | |
NegativeVoluneIndex | The Negative Volume Index should be used with the Positive Volume index; the Negative Volume Index only changes if the volume decreases from the previous day. | |
PositiveVolumeIndex | The Positive Volume Index should be used with the Negative Volume index. The Positive volume index only changes if the volume decreases from the previous day. | |
PriceVolumeTrend | The Price Volume Trend is a cumulative volume total that is calculated by using relative changes of the closing price, and should be used with other indicators. | |
AccumulationDistribution | Accumulation Distribution formula uses a relationship between volume and prices to estimate the strength of price movements; if volume is increased, there is a high probability that prices will go up. | |
Forecasting | Forecasting predicts future values by using historical observations. | |
StandardDeviation | Standard Deviation is used to indicate volatility, and measures the difference between values, for example, closing price, and their moving average. | |
AverageTruerance | Average True Range indicator measures commitment and compares the range between the High, Low and Close prices. | |
EaseOfMovement | Ease of Movement deals with the relationship between volume and price change, and uses volume to indicate how strong a trend is for prices. | |
MassIndex | The Mass Index is used to predict trend reversal by comparing the difference and range between High and Low prices. | |
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. | |
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. | |
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. | |
CommodityChannelIndex | Commodity Channel Index compares prices with their moving averages. | |
TTestEqualVariances | Performs a T Test by using Student's distribution (T distribution) with equal variances. | |
TTestUnequalVariances | Performs a T Test by using Student's distribution (T distribution) with unequal variances. | |
TTestPaired | Performs a T Test by using Student's distribution (T distribution) with paired samples. This is useful when there is a natural pairing of observations in samples. | |
ZTest | Performs a Z Test by using the Normal distribution. | |
FTest | Performs a two-sample F Test by using the F distribution. This test is used to determine if the samples have different variances. | |
Covariance | Returns the covariance value for two data series. | |
Correlation | Returns the correlation value for two data series. | |
Anova | Performs an ANOVA test to determine whether there is a statistically significant difference between the mean values of two or more groups of data. | |
TDistribution | Returns the probability for the T distribution (Student's distribution). | |
FDistribution | Returns the cumulative F distribution function probability. | |
NormalDistribution | Returns the probability for the standard normal cumulative distribution function. | |
InverseTDistribution | Returns the inverse t-value of the Students t-distribution as a function of probability and degree of freedom. | |
InverseFDistribution | Returns the inverse of the F cumulative distribution. | |
InverseNormalDistribution | Returns the inverse of the standard normal cumulative distribution. | |
Mean | Mean prices are average values of daily prices and can be used as a filter for trend indicators. | |
Variance | Returns the variance for a series. | |
Median | Median prices are mid-point values of daily prices and can be used as a filter for trend indicators. | |
BetaFunction | Returns the beta function value for two given values. | |
GammaFunction | Returns the gamma function value for the given variable. | |
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. | |
BollingerBands | Bollinger Bands indicators are plotted at standard deviation levels above and below a simple moving average. | |
MedianPrice | Median prices are mid-point values of daily prices and can be used as a filter for trend indicators. | |
TypicalPrice | Typical Price is the average value of daily prices, and can be used as a filter for trend indicators. | |
WeightedClose | The Weighted Close formula calculates the average value of daily prices. The only difference between Typical Price and the Weighted Close is that the closing price has extra weight, and is considered the most important price. | |
Envelopes | Envelopes are plotted above and below a moving average by using a specified percentage as the shift. | |
StochasticIndicator | The Stochastic Indicator helps to find trend reversal by searching in a period for when the closing prices are close to low prices in an upward trending market and when the closing prices are close to high prices in a downward trending market. | |
ChaikinOscillator | Chaikin Oscillator indicator is the difference between a 3-day exponential moving average and a 10-day exponential moving average applied to the accumulation distribution. | |
DetrendedPriceOscillator | Detrended Price Oscillator attempts to remove trends from prices. | |
VolatilityChankins | The Volatility Chaikins indicator measures the difference between High and Low prices, and is used to indicate tops or bottoms of the market. | |
VolumeOscillator | The Volume Oscillator attempts to identify trends in volume by comparing two moving averages: one with a short period and another with a longer period. | |
WilliansR | Williams %R is a momentum indicator, and is used to measure overbought and oversold levels. |