ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / WilliamsR Class
Members

In This Topic
    WilliamsR Class
    In This Topic
    Represents a Willaims %R indicator series for the FinancialChart.
    Syntax
    'Declaration
     
    
    Public Class WilliamsR 
       Inherits IndicatorBase
    public class WilliamsR : 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
       C1.Chart.SeriesBase
          C1.Win.Chart.Series
             C1.Win.Chart.Finance.FinancialSeries
                C1.Win.Chart.Finance.IndicatorBase
                   C1.Win.Chart.Finance.WilliamsR

    See Also