Table of Contents

Class PassThroughIndicator

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

Pass through indicator.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Stub", Description = "StubIndicator")]
public class PassThroughIndicator : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
PassThroughIndicator
Implements
IPersistable
ICloneable<IIndicator>
Inherited Members
Extension Methods

Constructors

PassThroughIndicator()

public PassThroughIndicator()

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.