Table of Contents

Class KlingerVolumeOscillatorValue

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

KlingerVolumeOscillator indicator value.

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

Remarks

Initializes a new instance of the KlingerVolumeOscillatorValue.

Constructors

KlingerVolumeOscillatorValue(KlingerVolumeOscillator, DateTimeOffset)

KlingerVolumeOscillator indicator value.

public KlingerVolumeOscillatorValue(KlingerVolumeOscillator indicator, DateTimeOffset time)

Parameters

indicator KlingerVolumeOscillator

KlingerVolumeOscillator

time DateTimeOffset

Time

Remarks

Initializes a new instance of the KlingerVolumeOscillatorValue.

Properties

LongEma

Gets the long EMA value.

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

Property Value

decimal?

LongEmaValue

Gets the long EMA value.

public IIndicatorValue LongEmaValue { get; }

Property Value

IIndicatorValue

Oscillator

Gets the oscillator value.

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

Property Value

decimal?

OscillatorValue

Gets the oscillator value.

public IIndicatorValue OscillatorValue { get; }

Property Value

IIndicatorValue

ShortEma

Gets the short EMA value.

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

Property Value

decimal?

ShortEmaValue

Gets the short EMA value.

public IIndicatorValue ShortEmaValue { get; }

Property Value

IIndicatorValue

Methods

ToString()

public override string ToString()

Returns

string