Class Peak
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Peak.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Peak", Description = "Peak")]
public sealed class Peak : ZigZagEquis, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
Peak
- Implements
-
IPersistableICloneable<IIndicator>
- Inherited Members
- Extension Methods
Remarks
Constructors
Peak()
To create the indicator Peak.
public Peak()
Methods
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.