FractalsValue

StockSharp.Algo.Indicators

Fractals indicator value implementation.

Inherits: ComplexIndicatorValue<Fractals>

Implements: IFractalsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Constructors

FractalsValue
public FractalsValue(Fractals fractals, DateTime time)
fractalsValue = FractalsValue(fractals, time)

Fractals indicator value implementation.

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

Properties

DownValue
public IIndicatorValue DownValue { get; }
value = fractalsValue.DownValue

Gets the Down value.

HasDown
public bool HasDown { get; }
value = fractalsValue.HasDown

Has down.

HasPattern
public bool HasPattern { get; }
value = fractalsValue.HasPattern

Has pattern.

HasUp
public bool HasUp { get; }
value = fractalsValue.HasUp

Has up.

UpValue
public IIndicatorValue UpValue { get; }
value = fractalsValue.UpValue

Gets the Up value.

Methods

op_Explicit(Boolean) : bool

Cast object from FractalsValue to Boolean.

value
Object FractalsValue.

Returns: Boolean value.

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

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

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