Class Trough
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Trough.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Trough", Description = "TroughDesc")]
public sealed class Trough : ZigZagEquis, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
Trough
- Implements
-
IPersistableICloneable<IIndicator>
- Inherited Members
- Extension Methods
Remarks
Constructors
Trough()
To create the indicator Trough.
public Trough()
Methods
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.