BearPower
StockSharp.Algo.Indicators
Bear Power indicator.
Inherits: ExponentialMovingAverage
Constructors
Properties
Measure
public override IndicatorMeasures Measure { get; }
value = bearPower.Measure
IndicatorMeasures.
Methods
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = bearPower.OnProcessDecimal(input)
To handle the input value.
- input
- The input value.
Returns: The new value of the indicator.