IFractalsValue

StockSharp.Algo.Indicators

Valor de indicador de los fragmentos.

Implementa: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Propiedades

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

Consigue el valor de Down.

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

Ha caído.

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

Tiene patrón.

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

Se ha levantado.

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

Consigue el valor Up.