Table of Contents

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
IPersistable
ICloneable<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 IIndicatorValue

The input value.

Returns

IIndicatorValue

The resulting value.