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
Remarks
Initializes a new instance of the AlligatorValue.
Constructors
AlligatorValue(Alligator, DateTimeOffset)
Alligator indicator value.
public AlligatorValue(Alligator indicator, DateTimeOffset time)Parameters
- indicatorAlligator
- timeDateTimeOffset
Remarks
Initializes a new instance of the AlligatorValue.
Properties
Jaw
Gets the Jaw value.
[Browsable(false)]
public decimal? Jaw { get; }Property Value
JawValue
Gets the Jaw value.
public IIndicatorValue JawValue { get; }Property Value
Lips
Gets the Lips value.
[Browsable(false)]
public decimal? Lips { get; }Property Value
LipsValue
Gets the Lips value.
public IIndicatorValue LipsValue { get; }Property Value
Teeth
Gets the Teeth value.
[Browsable(false)]
public decimal? Teeth { get; }Property Value
TeethValue
Gets the Teeth value.
public IIndicatorValue TeethValue { get; }Property Value
Methods
ToString()
public override string ToString()