[]
Represents an Average True Range indicator series for the FinancialChart.
Represents financial charting control.
Represents a Commodity Channel Index indicator series for the FinancialChart.
Represents a Moving Average Envelopes overlay series for the FinancialChart. Moving average envelopes are moving average set above and below a standard moving average. The amount above/blow the standard moving average is percentage based and dictated by the size property.
Represents a Fibonacci Retracements tool for the FinancialChart. This tool enables the calculation and plotting of various alert levels that are useful in financial charts.
Represents a Fibonacci Arcs tool for the FinancialChart.
Represents a Fibonacci Fan tool for the FinancialChart.
Represents a Fibonacci Time Zones tool for the FinancialChart.
Represents options for FinancialChart.
Represents a series of data points to display in the chart.
Represents indicator base class.
Represents a moving Average Convergence/Divergence (MACD) indicator series. The MACD indicator is designed to reveal changes in strength, direction, momentum, and duration of an asset's price trend.
Base class for Macd and MscdHistogram.
Represents a Moving Average Convergence/Divergence (MACD) Histogram indicator series for FinancialChart. The MACD indicator is designed to reveal changes in strength, direction, momentum, and duration of an asset's price trend.
Represents a moving average trendline for FinancialChart.
Represents a Relative Strength Index indicator series for the FinancialChart.
Represents a Stochastic Oscillator indicator series for FinancialChart. Stochastic oscillators are momentum indicators designed to predict price turning points by comparing an asset's closing price to its high-low range. The Stochastic series can be used for fast (default), slow and full stochastic oscillators.To create a slow or full stochastic oscillator, set the SmoothingPeriod to an integer value greater than one; slow stochastic oscillators generally use a fixed SmoothingPeriod of three.To create or revert to a fast stochastic oscillator, set the SmoothingPeriod to an integer value of one.
Represents a Williams %R indicator series for the FinancialChart.