Class WaveTrendOscillatorValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
WaveTrendOscillator indicator value.
public class WaveTrendOscillatorValue : ComplexIndicatorValue<WaveTrendOscillator>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
WaveTrendOscillatorValue
- Implements
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the WaveTrendOscillatorValue.
Constructors
WaveTrendOscillatorValue(WaveTrendOscillator, DateTimeOffset)
WaveTrendOscillator indicator value.
public WaveTrendOscillatorValue(WaveTrendOscillator indicator, DateTimeOffset time)
Parameters
indicator
WaveTrendOscillatortime
DateTimeOffset
Remarks
Initializes a new instance of the WaveTrendOscillatorValue.
Properties
Wt1
Gets the first Wavetrend line value.
[Browsable(false)]
public decimal? Wt1 { get; }
Property Value
Wt1Value
Gets the first Wavetrend line value.
public IIndicatorValue Wt1Value { get; }
Property Value
Wt2
Gets the second Wavetrend line value.
[Browsable(false)]
public decimal? Wt2 { get; }
Property Value
Wt2Value
Gets the second Wavetrend line value.
public IIndicatorValue Wt2Value { get; }
Property Value
Methods
ToString()
public override string ToString()