Table of Contents

Class VolumeProfileIndicator.VolumeProfileIndicatorValue

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

The indicator value VolumeProfileIndicator, derived in result of calculation.

public class VolumeProfileIndicator.VolumeProfileIndicatorValue : SingleIndicatorValue<IDictionary<decimal, decimal>>, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
VolumeProfileIndicator.VolumeProfileIndicatorValue
Implements
Inherited Members
Extension Methods

Constructors

VolumeProfileIndicatorValue(IIndicator, DateTimeOffset)

Initializes a new instance of the VolumeProfileIndicator.VolumeProfileIndicatorValue.

public VolumeProfileIndicatorValue(IIndicator indicator, DateTimeOffset time)

Parameters

indicator IIndicator

Indicator.

time DateTimeOffset

Time

Properties

Levels

Embedded values.

public IDictionary<decimal, decimal> Levels { get; }

Property Value

IDictionary<decimal, decimal>

Methods

FromValues(object[])

Convert to indicator value.

public override void FromValues(object[] values)

Parameters

values object[]

ToValues()

GetValue<T>(Level1Fields?)

To get the value by the data type.

public override T GetValue<T>(Level1Fields? field)

Parameters

field Level1Fields?

Field specified value source.

Returns

T

Value.

Type Parameters

T

The data type, operated by indicator.

ToValues()

Convert to primitive values.

public override IEnumerable<object> ToValues()

Returns

IEnumerable<object>

Primitive values.