Table of Contents

Class BalanceOfPower

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

Balance of Power (BOP).

[Display(ResourceType = typeof(LocalizedStrings), Name = "BOP", Description = "BalanceOfPower")]
[IndicatorIn(typeof(CandleIndicatorValue))]
public class BalanceOfPower : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
BalanceOfPower
Implements
IPersistable
ICloneable<IIndicator>
Derived
Inherited Members
Extension Methods

Constructors

BalanceOfPower()

public BalanceOfPower()

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.