Table of Contents

Class Highest

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

Maximum value for a period.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Highest", Description = "MaxValueForPeriod")]
public class Highest : LengthIndicator<decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable, ILengthIndicator
Inheritance
Highest
Implements
IPersistable
ICloneable<IIndicator>
Inherited Members
Extension Methods

Remarks

Constructors

Highest()

Initializes a new instance of the Highest.

public Highest()

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.