IndicatorType

StockSharp.Algo.Indicators

Описание типа индикатора.

Наследует: Equatable<IndicatorType>

Реализует: IDisposable

Конструкторы

IndicatorType
protected IndicatorType()
indicatorType = IndicatorType()

Инициализирует новый экземпляр IndicatorType.

IndicatorType
public IndicatorType(Type indicator)
indicatorType = IndicatorType(indicator)

Инициализирует новый экземпляр IndicatorType.

indicator
Тип индикатора.

Свойства

Description
public string Description { get; private set; }
value = indicatorType.Description
indicatorType.Description = value

Описание индикатора.

DocUrl
public string DocUrl { get; private set; }
value = indicatorType.DocUrl
indicatorType.DocUrl = value

Документация URL.

Id
public virtual string Id { get; }
value = indicatorType.Id

Идентификатор.

Indicator
public Type Indicator { get; protected set; }
value = indicatorType.Indicator
indicatorType.Indicator = value

Тип индикатора.

InputValue
public Type InputValue { get; private set; }
value = indicatorType.InputValue
indicatorType.InputValue = value

Тип входных значений.

IsComplex
public bool IsComplex { get; private set; }
value = indicatorType.IsComplex
indicatorType.IsComplex = value

IComplexIndicator.

IsObsolete
public bool IsObsolete { get; private set; }
value = indicatorType.IsObsolete
indicatorType.IsObsolete = value

IndicatorType устарел.

Name
public string Name { get; private set; }
value = indicatorType.Name
indicatorType.Name = value

Название индикатора.

OutputValue
public Type OutputValue { get; private set; }
value = indicatorType.OutputValue
indicatorType.OutputValue = value

Типы значений результата.

Методы

Clone
public override IndicatorType Clone()
result = indicatorType.Clone()

Создайте копию IndicatorType.

Возвращает: Копия.

Dispose
public virtual void Dispose()
indicatorType.Dispose()

Удаляет элементы в пуле, реализующие IDisposable.

GetHashCode
public override int GetHashCode()
result = indicatorType.GetHashCode()

Служит хэш-функцией для определенного типа.

Возвращает: Хэш-код текущего объекта.

OnEquals
protected override bool OnEquals(IndicatorType other)
result = indicatorType.OnEquals(other)

Сравните IndicatorType на эквивалентность.

other
Еще одна ценность, с которой можно сравнивать.

Возвращает: , если указанный объект равен текущему объекту, в противном случае .

ToString
public override string ToString()
result = indicatorType.ToString()

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

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

События

IndicatorChanged
public event Action IndicatorChanged
indicatorType.IndicatorChanged += handler

Событие изменения индикатора.