Click or drag to resize

DonchianChannel Class

Donchian Channel. The Donchian Channel indicator was created by Richard Donchian. It uses the highest high and the lowest low of a period of time to plot the channel.
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 DonchianChannel : StrategyPlotIndicator

The DonchianChannel type exposes the following members.

Constructors
  NameDescription
Public methodDonchianChannel
Initializes a new instance of the DonchianChannel class
Top
Properties
  NameDescription
Public propertyPeriod
Top
Methods
  NameDescription
Public methodBarUpdate (Overrides StrategyIndicatorBarUpdate.)
Public methodIndicatorName (Overrides CoreIndicator.IndicatorName.)
Top
See Also