Lowest
StockSharp.Algo.Indicators
Minimum value for a period.
Inherits: DecimalLengthIndicator
Constructors
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.