FinancialFormula Enum

Definition

Specifies a financial formula.

public enum class FinancialFormula
public enum FinancialFormula
type FinancialFormula = 
Public Enum FinancialFormula
Inheritance
FinancialFormula

Fields

AccumulationDistribution 0

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.

AverageTrueRange 1

Average True Range indicator measures commitment and compares the range between the High, Low and Close prices.

BollingerBands 2

Bollinger Bands indicators are plotted at standard deviation levels above and below a simple moving average.

ChaikinOscillator 3

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.

CommodityChannelIndex 4

Commodity Channel Index compares prices with their moving averages.

DetrendedPriceOscillator 5

Detrended Price Oscillator attempts to remove trends from prices.

EaseOfMovement 6

Ease of Movement deals with the relationship between volume and price change, and uses volume to indicate how strong a trend is for prices.

Envelopes 7

Envelopes are plotted above and below a moving average using a specified percentage as the shift.

ExponentialMovingAverage 8

An Exponential Moving Average is an average of data calculated over a period of time where the most recent days have more weight.

Forecasting 9

Forecasting predicts future values using historical observations.

MassIndex 11

The Mass Index is used to predict trend reversal by comparing the difference and range between High and Low prices.

MedianPrice 12

Median prices are mid-point values of daily prices and can be used as a filter for trend indicators.

MoneyFlow 13

The Money Flow indicator compares upward changes and downward changes of volume-weighted typical prices.

MovingAverage 21

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.

MovingAverageConvergenceDivergence 10

The 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.

NegativeVolumeIndex 14

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.

OnBalanceVolume 15

The On Balance Volume indicator measures positive and negative volume flow.

Performance 16

The Performance indicator compares a current closing price or any other price with the first closing value from the first time period.

PositiveVolumeIndex 17

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 18

The Price Volume Trend is a cumulative volume total that is calculated using relative changes of the closing price, and should be used with other indicators.

RateOfChange 19

The Rate of Change indicator compares a specified closing price with the current price.

RelativeStrengthIndex 20

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 22

Standard Deviation is used to indicate volatility, and measures the difference between values, for example, closing price, and their moving average.

StochasticIndicator 23

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.

TriangularMovingAverage 24

A Triangular Moving Average is an average of data calculated over a period of time where the middle portion of data has more weight.

TripleExponentialMovingAverage 25

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.

TypicalPrice 26

Typical Price is the average value of daily prices, and can be used as a filter for trend indicators.

VolatilityChaikins 27

The Volatility Chaikins indicator measures the difference between High and Low prices, and is used to indicate tops or bottoms of the market.

VolumeOscillator 28

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.

WeightedClose 29

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.

WeightedMovingAverage 30

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.

WilliamsR 31

Williams %R is a momentum indicator, and is used to measure overbought and oversold levels.

Remarks

The FinancialFormula enumeration is used in calls to the FinancialFormula methods that are contained in the DataFormula class, and specifies the type of financial formula to be used.

Applies to