Namespace:  RightEdge.Indicators
Assembly:  Indicators (in Indicators.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
[SerializableAttribute]
public class TrueRange : IndicatorBase
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class TrueRange _
	Inherits IndicatorBase
Visual C++
[SerializableAttribute]
public ref class TrueRange : public IndicatorBase

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    RightEdge.Common..::.IndicatorBase
      RightEdge.Indicators..::.TrueRange

See Also