Show / Hide Table of Contents

Class VolumeProfileIndicatorValue

Значение индикатора VolumeProfileIndicator, которое получается в результате вычисления.

Inheritance
Object
BaseIndicatorValue
SingleIndicatorValue<IDictionary<Decimal, Decimal>>
VolumeProfileIndicatorValue
Implements
IIndicatorValue
IComparable<IIndicatorValue>
IComparable
Inherited Members
SingleIndicatorValue<IDictionary<Decimal, Decimal>>.IsSupport(Type)
SingleIndicatorValue<IDictionary<Decimal, Decimal>>.GetValue<T>()
SingleIndicatorValue<IDictionary<Decimal, Decimal>>.SetValue<T>(IIndicator, T)
SingleIndicatorValue<IDictionary<Decimal, Decimal>>.CompareTo(IIndicatorValue)
SingleIndicatorValue<IDictionary<Decimal, Decimal>>.ToString()
SingleIndicatorValue<IDictionary<Decimal, Decimal>>.Value
SingleIndicatorValue<IDictionary<Decimal, Decimal>>.IsEmpty
SingleIndicatorValue<IDictionary<Decimal, Decimal>>.IsFinal
SingleIndicatorValue<IDictionary<Decimal, Decimal>>.InputValue
BaseIndicatorValue.Indicator
BaseIndicatorValue.IsEmpty
BaseIndicatorValue.IsFinal
BaseIndicatorValue.IsFormed
BaseIndicatorValue.InputValue
Namespace: StockSharp.Algo.Indicators
Assembly: StockSharp.Algo.dll
Syntax
public class VolumeProfileIndicatorValue : SingleIndicatorValue<IDictionary<Decimal, Decimal>>, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Constructors

VolumeProfileIndicatorValue(IIndicator)

Создать VolumeProfileIndicatorValue.

Declaration
public VolumeProfileIndicatorValue(IIndicator indicator)
Parameters
Type Name Description
IIndicator indicator

Indicator.

Properties

Levels

Вложенные значения.

Declaration
public IDictionary<Decimal, Decimal> Levels { get; }
Property Value
Type Description
IDictionary<Decimal, Decimal>

Methods

CompareTo(IIndicatorValue)

Declaration
public override int CompareTo(IIndicatorValue other)
Parameters
Type Name Description
IIndicatorValue other
Returns
Type Description
Int32
Overrides
StockSharp.Algo.Indicators.SingleIndicatorValue<System.Collections.Generic.IDictionary<System.Decimal, System.Decimal>>.CompareTo(StockSharp.Algo.Indicators.IIndicatorValue)

GetValue<T>()

Получить значение по типу данных.

Declaration
public override T GetValue<T>()
Returns
Type Description
T

Value.

Type Parameters
Name Description
T

Тип данных, которым оперирует индикатор.

Overrides
StockSharp.Algo.Indicators.SingleIndicatorValue<System.Collections.Generic.IDictionary<System.Decimal, System.Decimal>>.GetValue<T>()

IsSupport(Type)

Поддерживает ли значение необходимый для индикатора тип данных.

Declaration
public override bool IsSupport(Type valueType)
Parameters
Type Name Description
Type valueType

Тип данных, которым оперирует индикатор.

Returns
Type Description
Boolean

true, если тип данных поддерживается, иначе, false.

Overrides
StockSharp.Algo.Indicators.SingleIndicatorValue<System.Collections.Generic.IDictionary<System.Decimal, System.Decimal>>.IsSupport(System.Type)

SetValue<T>(IIndicator, T)

Изменить входное значение индикатора новым значением (например, оно получено от другого индикатора).

Declaration
public override IIndicatorValue SetValue<T>(IIndicator indicator, T value)
Parameters
Type Name Description
IIndicator indicator

Indicator.

T value

Value.

Returns
Type Description
IIndicatorValue

Новый объект, содержащий входное значение.

Type Parameters
Name Description
T

Тип данных, которым оперирует индикатор.

Overrides
StockSharp.Algo.Indicators.SingleIndicatorValue<System.Collections.Generic.IDictionary<System.Decimal, System.Decimal>>.SetValue<T>(StockSharp.Algo.Indicators.IIndicator, T)

Implements

IIndicatorValue
System.IComparable<T>
System.IComparable

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾