Table of Contents

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))]
public class BalanceOfMarketPower : SimpleMovingAverage, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
BalanceOfMarketPower
Implements
IPersistable
ICloneable<IIndicator>
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

IndicatorMeasures

Methods

OnProcess(IIndicatorValue)

To handle the input value.

protected override IIndicatorValue OnProcess(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

IIndicatorValue

The resulting value.