Highest
StockSharp.Algo.Indicators
Maximum value for a period.
Inherits: DecimalLengthIndicator
Constructors
Methods
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = highest.OnProcessDecimal(input)
To handle the input value.
- input
- The input value.
Returns: The new value of the indicator.