C1.WPF.Chart.Finance Assembly / C1.WPF.Chart.Finance Namespace / WilliamsR Class
Members

WilliamsR Class
Represents a Williams %R indicator series for the FinancialChart.
Object Model
WilliamsR Class
Syntax
'Declaration
 
Public Class WilliamsR 
   Inherits IndicatorBase
 
Remarks
Williams %R is a momentum indicator that is the inverse of a fast stochastic oscillator. The Williams %R indicator is designed to tell whether an asset is trading near the high or low of its trading range.
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         C1.WPF.Chart.Series
            C1.WPF.Chart.Finance.FinancialSeries
               C1.WPF.Chart.Finance.IndicatorBase
                  C1.WPF.Chart.Finance.WilliamsR

See Also