Class PercentageVolumeOscillatorValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
PercentageVolumeOscillator indicator value.
public class PercentageVolumeOscillatorValue : ComplexIndicatorValue<PercentageVolumeOscillator>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable- Inheritance
- 
      
      
      
      PercentageVolumeOscillatorValue
- Implements
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the PercentageVolumeOscillatorValue.
Constructors
PercentageVolumeOscillatorValue(PercentageVolumeOscillator, DateTimeOffset)
PercentageVolumeOscillator indicator value.
public PercentageVolumeOscillatorValue(PercentageVolumeOscillator indicator, DateTimeOffset time)Parameters
- indicatorPercentageVolumeOscillator
- timeDateTimeOffset
Remarks
Initializes a new instance of the PercentageVolumeOscillatorValue.
Properties
LongEma
Gets the long EMA value.
[Browsable(false)]
public decimal? LongEma { get; }Property Value
LongEmaValue
Gets the long EMA value.
public IIndicatorValue LongEmaValue { get; }Property Value
ShortEma
Gets the short EMA value.
[Browsable(false)]
public decimal? ShortEma { get; }Property Value
ShortEmaValue
Gets the short EMA value.
public IIndicatorValue ShortEmaValue { get; }Property Value
Methods
ToString()
public override string ToString()