BearPower

StockSharp.Algo.Indicators

Bear Power indicator.

Inherits: ExponentialMovingAverage

Constructors

BearPower
public BearPower()
bearPower = BearPower()

Initializes a new instance of the BearPower.

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.