WaveTrendOscillatorValue

StockSharp.Algo.Indicators

Wave Trend Oscillator indicator value implementation.

Inherits: ComplexIndicatorValue<WaveTrendOscillator>

Implements: IWaveTrendOscillatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Constructors

WaveTrendOscillatorValue
public WaveTrendOscillatorValue(WaveTrendOscillator indicator, DateTime time)
waveTrendOscillatorValue = WaveTrendOscillatorValue(indicator, time)

Wave Trend Oscillator indicator value implementation.

indicator
The parent Wave Trend Oscillator indicator.
time
Time associated with this indicator value.

Properties

Wt1
public decimal? Wt1 { get; }
value = waveTrendOscillatorValue.Wt1

Gets the first Wavetrend line value.

Wt1Value
public IIndicatorValue Wt1Value { get; }
value = waveTrendOscillatorValue.Wt1Value

Gets the first Wavetrend line value.

Wt2
public decimal? Wt2 { get; }
value = waveTrendOscillatorValue.Wt2

Gets the second Wavetrend line value.

Wt2Value
public IIndicatorValue Wt2Value { get; }
value = waveTrendOscillatorValue.Wt2Value

Gets the second Wavetrend line value.

Methods

ToString
public override string ToString()
result = waveTrendOscillatorValue.ToString()

Преобразовать к строковому представлению.

Returns: Строковое представление.