VolumeProfileIndicatorValue

StockSharp.Algo.Indicators.VolumeProfileIndicator

計算結果に由来するインジケータ値@VolumeProfileIndicator

継承元: SingleIndicatorValue<IDictionary<decimal, decimal>>

コンストラクター

VolumeProfileIndicatorValue
public VolumeProfileIndicatorValue(IIndicator indicator, DateTime time)
volumeProfileIndicatorValue = VolumeProfileIndicatorValue(indicator, time)

計算結果に由来するインジケータ値@VolumeProfileIndicator

indicator
インジケーター。
time
タイムタイム

プロパティ

Levels
public IDictionary<decimal, decimal> Levels { get; }
value = volumeProfileIndicatorValue.Levels

組み込み値。

メソッド

FromValues
public override void FromValues(object[] values)
volumeProfileIndicatorValue.FromValues(values)

インジケータ値に変換します。

values
担当: 佐藤 宏
GetValue``1
public override T GetValue<T>(Level1Fields? field)
result = volumeProfileIndicatorValue.GetValue(field)

データ型で値を取得する。

field
フィールド指定値のソース。

戻り値: 値。

ToValues
public override IEnumerable<object> ToValues()
result = volumeProfileIndicatorValue.ToValues()

プリミティブ値に変換します。

戻り値: プライマリ値。