IAlligatorValue

StockSharp.Algo.Indicators

アリゲーターインジケーター値の実装。

実装: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

プロパティ

Jaw
public decimal? Jaw { get; }
value = iAlligatorValue.Jaw

Jaw 値を取得します。

JawValue
public IIndicatorValue JawValue { get; }
value = iAlligatorValue.JawValue

Jaw 値を取得します。

Lips
public decimal? Lips { get; }
value = iAlligatorValue.Lips

リップ値を取得します。

LipsValue
public IIndicatorValue LipsValue { get; }
value = iAlligatorValue.LipsValue

リップ値を取得します。

Teeth
public decimal? Teeth { get; }
value = iAlligatorValue.Teeth

歯の値を取得します。

TeethValue
public IIndicatorValue TeethValue { get; }
value = iAlligatorValue.TeethValue

歯の値を取得します。