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))]
[Doc("topics/api/indicators/list_of_indicators/balance_of_power.html")]
public class BalanceOfPower : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
  - Inheritance
 - 
      
      
      
      BalanceOfPower
 
- Implements
 
- Derived
 
- Inherited Members
 
- Extension Methods
 
Constructors
BalanceOfPower()
public BalanceOfPower()
  Properties
Measure
public override IndicatorMeasures Measure { get; }
  Property Value
Methods
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
  Parameters
inputIIndicatorValueThe input value.
Returns
- IIndicatorValue
 The resulting value.