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
JawValue
public IIndicatorValue JawValue { get; }
value = alligatorValue.JawValue
Gets the Jaw value.
LipsValue
public IIndicatorValue LipsValue { get; }
value = alligatorValue.LipsValue
Gets the Lips value.
TeethValue
public IIndicatorValue TeethValue { get; }
value = alligatorValue.TeethValue
Gets the Teeth value.
Methods
ToString
public override string ToString()
result = alligatorValue.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.