Table of Contents

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 WaveTrendOscillator

WaveTrendOscillator

time DateTimeOffset

Time

Remarks

Initializes a new instance of the WaveTrendOscillatorValue.

Properties

Wt1

Gets the first Wavetrend line value.

[Browsable(false)]
public decimal? Wt1 { get; }

Property Value

decimal?

Wt1Value

Gets the first Wavetrend line value.

public IIndicatorValue Wt1Value { get; }

Property Value

IIndicatorValue

Wt2

Gets the second Wavetrend line value.

[Browsable(false)]
public decimal? Wt2 { get; }

Property Value

decimal?

Wt2Value

Gets the second Wavetrend line value.

public IIndicatorValue Wt2Value { get; }

Property Value

IIndicatorValue

Methods

ToString()

public override string ToString()

Returns

string