Table of Contents

Class KasePeakOscillatorValue

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

KasePeakOscillator indicator value.

public class KasePeakOscillatorValue : ComplexIndicatorValue<KasePeakOscillator>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
KasePeakOscillatorValue
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the KasePeakOscillatorValue.

Constructors

KasePeakOscillatorValue(KasePeakOscillator, DateTimeOffset)

KasePeakOscillator indicator value.

public KasePeakOscillatorValue(KasePeakOscillator indicator, DateTimeOffset time)

Parameters

indicator KasePeakOscillator

KasePeakOscillator

time DateTimeOffset

Time

Remarks

Initializes a new instance of the KasePeakOscillatorValue.

Properties

LongTerm

Gets the LongTerm value.

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

Property Value

decimal?

LongTermValue

Gets the LongTerm value.

public IIndicatorValue LongTermValue { get; }

Property Value

IIndicatorValue

ShortTerm

Gets the ShortTerm value.

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

Property Value

decimal?

ShortTermValue

Gets the ShortTerm value.

public IIndicatorValue ShortTermValue { get; }

Property Value

IIndicatorValue