Table of Contents

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 Alligator

Alligator

time DateTimeOffset

Time

Properties

Jaw

Gets the Jaw value.

public decimal Jaw { get; }

Property Value

decimal

Lips

Gets the Lips value.

public decimal Lips { get; }

Property Value

decimal

Teeth

Gets the Teeth value.

public decimal Teeth { get; }

Property Value

decimal