Table of Contents

Class MomentumPinball

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

Momentum Pinball indicator.

[Display(ResourceType = typeof(LocalizedStrings), Name = "MP", Description = "MomentumPinball")]
public class MomentumPinball : LengthIndicator<decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
MomentumPinball
Implements
IPersistable
ICloneable<IIndicator>
Derived
Inherited Members
Extension Methods

Constructors

MomentumPinball()

Initializes a new instance of the MomentumPinball.

public MomentumPinball()

Properties

Measure

public override IndicatorMeasures Measure { get; }

Property Value

IndicatorMeasures

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.