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")]
public class Lowest : LengthIndicator<decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable, ILengthIndicator
Inheritance
Lowest
Implements
IPersistable
ICloneable<IIndicator>
Inherited Members
Extension Methods

Remarks

Constructors

Lowest()

Initializes a new instance of the Lowest.

public Lowest()

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.