Table of Contents

Class Lowest

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

Minimum value for a period.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Lowest", Description = "MinValuePeriod")]
[Doc("topics/api/indicators/list_of_indicators/lowest.html")]
public class Lowest : LengthIndicator<decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
Lowest
Implements
Inherited Members
Extension Methods

Remarks

Constructors

Lowest()

Initializes a new instance of the Lowest.

public Lowest()

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.