BullPower
StockSharp.Algo.Indicators
Bull Power indicator.
Inherits: ExponentialMovingAverage
Constructors
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.