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

Remarks

Initializes a new instance of the AlligatorValue.

Constructors

AlligatorValue(Alligator, DateTimeOffset)

Alligator indicator value.

public AlligatorValue(Alligator indicator, DateTimeOffset time)

Parameters

indicator Alligator

Alligator

time DateTimeOffset

Time

Remarks

Initializes a new instance of the AlligatorValue.

Properties

Jaw

Gets the Jaw value.

[Browsable(false)]
public decimal? Jaw { get; }

Property Value

decimal?

JawValue

Gets the Jaw value.

public IIndicatorValue JawValue { get; }

Property Value

IIndicatorValue

Lips

Gets the Lips value.

[Browsable(false)]
public decimal? Lips { get; }

Property Value

decimal?

LipsValue

Gets the Lips value.

public IIndicatorValue LipsValue { get; }

Property Value

IIndicatorValue

Teeth

Gets the Teeth value.

[Browsable(false)]
public decimal? Teeth { get; }

Property Value

decimal?

TeethValue

Gets the Teeth value.

public IIndicatorValue TeethValue { get; }

Property Value

IIndicatorValue