FractalsValue

StockSharp.Algo.Indicators

Fractals indicator value implementation.

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

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

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

FractalsValue(Fractals, DateTime)

Fractals indicator value implementation.

fractals
The parent Fractals indicator.
time
Time associated with this indicator value.

Свойства

DownValue : IIndicatorValue

Gets the Down value.

HasDown : bool

Has down.

HasPattern : bool

Has pattern.

HasUp : bool

Has up.

UpValue : IIndicatorValue

Gets the Up value.

Методы

op_Explicit(Boolean) : bool

Cast object from FractalsValue to Boolean.

value
Object FractalsValue.

Возвращает: Boolean value.

ToString() : string

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

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