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")]
[Doc("topics/api/indicators/list_of_indicators/highest.html")]
public class Highest : LengthIndicator<decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
Highest
Implements
Inherited Members
Extension Methods

Remarks

Constructors

Highest()

Initializes a new instance of the Highest.

public Highest()

Methods

OnProcessDecimal(IIndicatorValue)

To handle the input value.

protected override decimal? OnProcessDecimal(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

decimal?

The new value of the indicator.