Class BalanceOfMarketPower
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Balance of Market Power (BMP) indicator.
[Display(ResourceType = typeof(LocalizedStrings), Name = "BMP", Description = "BalanceOfMarketPower")]
[IndicatorIn(typeof(CandleIndicatorValue))]
[Doc("topics/indicators/balance_of_market_power.html")]
public class BalanceOfMarketPower : SimpleMovingAverage, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
BalanceOfMarketPower
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
BalanceOfMarketPower()
Initializes a new instance of the BalanceOfMarketPower.
public BalanceOfMarketPower()
Properties
Measure
public override IndicatorMeasures Measure { get; }
Property Value
Methods
OnProcessDecimal(IIndicatorValue)
To handle the input value.
protected override decimal? OnProcessDecimal(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- decimal?
The new value of the indicator.