Class DonchianMiddle
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Represents the middle band of Donchian Channels.
[IndicatorHidden]
public class DonchianMiddle : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
DonchianMiddle
- Implements
-
IPersistableICloneable<IIndicator>
- Inherited Members
- Extension Methods
Constructors
DonchianMiddle(Highest, Lowest)
Initializes a new instance of the DonchianMiddle.
public DonchianMiddle(Highest upperBand, Lowest lowerBand)
Parameters
Properties
LowerBand
Lower band indicator.
public Lowest LowerBand { get; }
Property Value
UpperBand
Upper band indicator.
public Highest UpperBand { get; }
Property Value
Methods
CalcIsFormed()
Calc IsFormed.
protected override bool CalcIsFormed()
Returns
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.