IFractalsValue

StockSharp.Algo.Indicators

Fractals indicator value.

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

Properties

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

Gets the Down value.

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

Has down.

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

Has pattern.

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

Has up.

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

Gets the Up value.