IndicatorType

StockSharp.Algo.Indicators

The indicator type description.

Hereda de: Equatable<IndicatorType>

Implementa: IDisposable

Constructores

IndicatorType()

Initializes a new instance of the IndicatorType.

IndicatorType(Type)

Initializes a new instance of the IndicatorType.

indicator
Indicator type.

Propiedades

Description : string

The indicator description.

DocUrl : string

Documentation url.

Id : string

Identifier.

Indicator : Type

Indicator type.

InputValue : Type

Input values type.

IsComplex : bool

IComplexIndicator.

IsObsolete : bool

The IndicatorType is obsolete.

Name : string

Indicator name.

OutputValue : Type

Result values type.

Métodos

Clone() : IndicatorType

Create a copy of IndicatorType.

Devuelve: Copy.

Dispose()

Disposes of items in the pool that implement IDisposable.

GetHashCode() : int

Serves as a hash function for a particular type.

Devuelve: A hash code for the current Object.

OnEquals(IndicatorType) : bool

Compare IndicatorType on the equivalence.

other
Another value with which to compare.

Devuelve: , if the specified object is equal to the current object, otherwise, .

ToString() : string

Преобразовать к строковому представлению.

Devuelve: Строковое представление.

Eventos

IndicatorChanged : Action

Indicator changed event.