Class | Description | |
---|---|---|
Alligator | The Alligator class. | |
ATR | Represents an Average True Range indicator series for the FinancialChart. | |
BollingerBands | The BollingerBands class. | |
CCI | Represents a Commodity Channel Index indicator series for the FinancialChart. | |
Envelopes | 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. | |
Fibonacci | 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. | |
FibonacciArcs | Represents a Fibonacci Arcs tool for the FinancialChart. | |
FibonacciExtension | Base class for fibonacci extension | |
FibonacciFans | Represents a Fibonacci Fan tool for the FinancialChart. | |
FibonacciTimeZones | Represents a Fibonacci Time Zones tool for the FinancialChart. | |
FinancialChart | Represents a charting control that provides various types of financial charts. | |
FinancialChartOptions | Represents options for FinancialChart. | |
FinancialSeries | Represents a series of data points to display in the chart. | |
IchimokuCloud | The IchimokuCloud class. | |
IndicatorBase | Represents indicator base class. | |
Macd | 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. | |
MacdBase | Base class for Macd and MscdHistogram. | |
MacdHistogram | 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. | |
MovingAverage | Represents a moving average trendline for FinancialChart. | |
PointAndFigureOptions | Specifies options for Point and Figure chart. | |
RSI | Represents a Relative Strength Index indicator series for the FinancialChart. | |
Stochastic | 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. | |
WilliamsR | Represents a Willaims %R indicator series for the FinancialChart. | |
ZigZag | The ZigZag class. |