AlligatorValue

StockSharp.Algo.Indicators

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

継承元: ComplexIndicatorValue<Alligator>

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

コンストラクター

AlligatorValue
public AlligatorValue(Alligator indicator, DateTime time)
alligatorValue = AlligatorValue(indicator, time)

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

indicator
親アリゲーターインジケーター。
time
このインジケータ値に関連付けられた時間。

プロパティ

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

Jaw 値を取得します。

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

Jaw 値を取得します。

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

リップ値を取得します。

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

リップ値を取得します。

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

歯の値を取得します。

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

歯の値を取得します。

メソッド

ToString
public override string ToString()
result = alligatorValue.ToString()

ライン表現に換算します。

戻り値: 弦のパフォーマンス。