EhlersFisherTransformValue

StockSharp.Algo.Indicators

EhlersFisherTransform indicator value implementation.

Наследует: ComplexIndicatorValue<EhlersFisherTransform>

Реализует: IEhlersFisherTransformValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

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

EhlersFisherTransformValue(EhlersFisherTransform, DateTime)

EhlersFisherTransform indicator value implementation.

indicator
The parent EhlersFisherTransform indicator.
time
Time associated with this indicator value.

Свойства

MainLine : decimal?

Gets the main line value.

MainLineValue : IIndicatorValue

Gets the main line value.

TriggerLine : decimal?

Gets the trigger line value.

TriggerLineValue : IIndicatorValue

Gets the trigger line value.

Методы

ToString() : string

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

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