Class AlligatorValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Alligator indicator value.
public class AlligatorValue : ComplexIndicatorValue<Alligator>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
AlligatorValue
- Implements
- Inherited Members
- Extension Methods
Constructors
AlligatorValue(Alligator, DateTimeOffset)
Initializes a new instance of the AlligatorValue.
public AlligatorValue(Alligator indicator, DateTimeOffset time)
Parameters
indicator
Alligatortime
DateTimeOffset
Properties
Jaw
Gets the Jaw value.
public decimal Jaw { get; }
Property Value
Lips
Gets the Lips value.
public decimal Lips { get; }
Property Value
Teeth
Gets the Teeth value.
public decimal Teeth { get; }