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

Constructors

WaveTrendOscillatorValue(WaveTrendOscillator, DateTimeOffset)

Initializes a new instance of the WaveTrendOscillatorValue.

public WaveTrendOscillatorValue(WaveTrendOscillator indicator, DateTimeOffset time)

Parameters

indicator WaveTrendOscillator

WaveTrendOscillator

time DateTimeOffset

Time

Properties

Wt1

Gets the first Wavetrend line value.

public decimal Wt1 { get; }

Property Value

decimal

Wt2

Gets the second Wavetrend line value.

public decimal Wt2 { get; }

Property Value

decimal