Class PercentagePriceOscillatorValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
PercentagePriceOscillator indicator value.
public class PercentagePriceOscillatorValue : ComplexIndicatorValue<PercentagePriceOscillator>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
PercentagePriceOscillatorValue
- Implements
- Inherited Members
- Extension Methods
Constructors
PercentagePriceOscillatorValue(PercentagePriceOscillator, DateTimeOffset)
Initializes a new instance of the PercentagePriceOscillatorValue.
public PercentagePriceOscillatorValue(PercentagePriceOscillator indicator, DateTimeOffset time)
Parameters
indicator
PercentagePriceOscillatortime
DateTimeOffset
Properties
LongEma
Gets the long EMA value.
public decimal LongEma { get; }
Property Value
ShortEma
Gets the short EMA value.
public decimal ShortEma { get; }