Highest

StockSharp.Algo.Indicators

Maximum value for a period.

Inherits: DecimalLengthIndicator

Constructors

Highest
public Highest()
highest = Highest()

Initializes a new instance of the Highest.

Methods

OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = highest.OnProcessDecimal(input)

To handle the input value.

input
The input value.

Returns: The new value of the indicator.