Lowest

StockSharp.Algo.Indicators

Minimum value for a period.

Inherits: DecimalLengthIndicator

Constructors

Lowest
public Lowest()
lowest = Lowest()

Initializes a new instance of the Lowest.

Methods

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

To handle the input value.

input
The input value.

Returns: The new value of the indicator.