IAlligatorValue
StockSharp.Algo.Indicators
Alligator indicator value implementation.
Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Properties
JawValue
public IIndicatorValue JawValue { get; }
value = iAlligatorValue.JawValue
Gets the Jaw value.
LipsValue
public IIndicatorValue LipsValue { get; }
value = iAlligatorValue.LipsValue
Gets the Lips value.
TeethValue
public IIndicatorValue TeethValue { get; }
value = iAlligatorValue.TeethValue
Gets the Teeth value.