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
-
IPersistableICloneable<IIndicator>
- 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
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.