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
-
IPersistableICloneable<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
Methods
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.