MomentumPinball
StockSharp.Algo.Indicators
Momentum Pinball indicator.
Inherits: DecimalLengthIndicator
Constructors
MomentumPinball
public MomentumPinball()
momentumPinball = MomentumPinball()
Initializes a new instance of the MomentumPinball.
Properties
Measure
public override IndicatorMeasures Measure { get; }
value = momentumPinball.Measure
IndicatorMeasures.
Methods
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = momentumPinball.OnProcessDecimal(input)
To handle the input value.
- input
- The input value.
Returns: The new value of the indicator.