MomentumPinball
StockSharp.Algo.Indicators
Momentum Pinball indicator.
Inherits: DecimalLengthIndicator
Constructors
MomentumPinball()
Initializes a new instance of the MomentumPinball.
Properties
Measure : IndicatorMeasures
IndicatorMeasures.
Methods
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Returns: The new value of the indicator.