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
- Inheritance
-
Lowest
- Implements
-
IPersistableICloneable<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
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.