ChartSeriesFormula Enum

Definition

Specifies the formula applied to one or more chart series.

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

Fields

BollingerBands 0

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

DetrendedPriceOscillator 6

Detrended Price Oscillator attempts to remove trends from prices.

Envelopes 7

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

ExponentialMovingAverage 2

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

MACD 5

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 13

Mean prices are average values of daily prices and can be used as a filter for trend indicators.

Median 14

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

MovingAverage 1

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 8

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

RateOfChange 9

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

RelativeStrengthIndex 10

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 11

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

TriangularMovingAverage 3

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 12

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 4

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.

Applies to