Table of Contents

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
IPersistable
ICloneable<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 IIndicatorValue

The input value.

Returns

IIndicatorValue

The resulting value.