BalanceOfMarketPower

StockSharp.Algo.Indicators

Balance of Market Power (BMP) indicator.

Inherits: SimpleMovingAverage

Constructors

BalanceOfMarketPower
public BalanceOfMarketPower()
balanceOfMarketPower = BalanceOfMarketPower()

Initializes a new instance of the BalanceOfMarketPower.

Properties

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

IndicatorMeasures.

Methods

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

To handle the input value.

input
The input value.

Returns: The new value of the indicator.