IAlligatorValue

StockSharp.Algo.Indicators

Alligator indicator value implementation.

Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Properties

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

Gets the Jaw value.

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

Gets the Jaw value.

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

Gets the Lips value.

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

Gets the Lips value.

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

Gets the Teeth value.

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

Gets the Teeth value.