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
Constructors
PercentageVolumeOscillatorValue(PercentageVolumeOscillator, DateTimeOffset)
Initializes a new instance of the PercentageVolumeOscillatorValue.
public PercentageVolumeOscillatorValue(PercentageVolumeOscillator indicator, DateTimeOffset time)
Parameters
indicator
PercentageVolumeOscillatortime
DateTimeOffset
Properties
LongEma
Gets the long EMA value.
public decimal LongEma { get; }
Property Value
ShortEma
Gets the short EMA value.
public decimal ShortEma { get; }