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
Constructors
WaveTrendOscillatorValue(WaveTrendOscillator, DateTimeOffset)
Initializes a new instance of the WaveTrendOscillatorValue.
public WaveTrendOscillatorValue(WaveTrendOscillator indicator, DateTimeOffset time)
Parameters
indicator
WaveTrendOscillatortime
DateTimeOffset
Properties
Wt1
Gets the first Wavetrend line value.
public decimal Wt1 { get; }
Property Value
Wt2
Gets the second Wavetrend line value.
public decimal Wt2 { get; }