BullPower

StockSharp.Algo.Indicators

Bull Power indicator.

Inherits: ExponentialMovingAverage

Constructors

BullPower
public BullPower()
bullPower = BullPower()

Initializes a new instance of the BullPower.

Properties

Measure
public override IndicatorMeasures Measure { get; }
value = bullPower.Measure

IndicatorMeasures.

Methods

OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = bullPower.OnProcessDecimal(input)

To handle the input value.

input
The input value.

Returns: The new value of the indicator.