AlligatorValue

StockSharp.Algo.Indicators

Alligator indicator value implementation.

Inherits: ComplexIndicatorValue<Alligator>

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

Constructors

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

Alligator indicator value implementation.

indicator
The parent Alligator indicator.
time
Time associated with this indicator value.

Properties

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

Gets the Jaw value.

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

Gets the Jaw value.

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

Gets the Lips value.

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

Gets the Lips value.

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

Gets the Teeth value.

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

Gets the Teeth value.

Methods

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

Преобразовать к строковому представлению.

Returns: Строковое представление.