Click or drag to resize

ATR Class

The Average True Range (ATR) is a measure of volatility. It was introduced by Welles Wilder in his book 'New Concepts in Technical Trading Systems' and has since been used as a component of many indicators and trading systems.
Inheritance Hierarchy

Namespace:  MZpack.NT8.Algo.Indicators
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public class ATR : StrategyPlotIndicator

The ATR type exposes the following members.

Constructors
  NameDescription
Public methodATR
Initializes a new instance of the ATR class
Top
Properties
  NameDescription
Public propertyPeriod
Top
Methods
See Also