Indicators Overview
RadChartView provides a rich set of financial indicators which can be used to display a certain overlay on the data. The indicators are used to measure and visualize summarised information or a trend based on the provided data.
The financial indicators are applicable only in the context of RadCartesianChart.
Figure 1: Financial indicators
Setting Up an Indicator
The indicator itself is a chart series but with some additional sampling applied over the data before it gets plotted on the chart. The indicators are added in the Indicators collection of RadCartesianChart.
Example 1: Defining TrueRangeIndicator
<telerik:RadCartesianChart.Indicators>
<telerik:TrueRangeIndicator CategoryBinding="Date"
HighBinding="High"
LowBinding="Low"
CloseBinding="Close"
ItemsSource="{Binding Data}"/>
</telerik:RadCartesianChart.Indicators>
See the Financial and Stock Series/Indicators examples in the demos application for a demonstration of the indicators.
List of Indicators
This section provides a full list with the chart's indicators.
- AverageTrueRangeIndicator
- AdaptiveMovingAverageKaufmanIndicator
- BollingerBandsIndicator
- CommodityChannelIndexIndicator
- ExponentialMovingAverageIndicator
- MacdhIndicator
- MacdIndicator
- ModifiedExponentialMovingAverageIndicator
- ModifiedMovingAverageIndicator
- MomentumIndicator
- MovingAverageIndicator
- OscillatorIndicator
- RateOfChangeIndicator
- RaviIndicator
- RelativeMomentumIndexIndicator
- RelativeStrengthIndexIndicator
- StochasticFastIndicator
- StochasticSlowIndicator
- TrixIndicator
- TrueRangeIndicator
- UltimateOscillatorIndicator
- WeightedMovingAverageIndicator