C1.Win.Chart.Finance Namespace / ATR Class
Members

ATR Class
Represents an Average True Range indicator series for the FinancialChart.
Syntax
'Declaration
 
Public Class ATR 
   Inherits IndicatorBase
 
Remarks
Average true range is used to measure the volatility of an asset. Average true range does not provide any indication of the price's trend, but rather the degree of price volatility.
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.ATR

See Also