Table of Contents

Class FractalsValue

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

Fractals indicator value.

public class FractalsValue : ComplexIndicatorValue<Fractals>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
FractalsValue
Implements
Inherited Members
Extension Methods

Constructors

FractalsValue(Fractals, DateTimeOffset)

Initializes a new instance of the FractalsValue.

public FractalsValue(Fractals fractals, DateTimeOffset time)

Parameters

fractals Fractals

Fractals

time DateTimeOffset

Time

Properties

Down

Gets the Down value.

public decimal Down { get; }

Property Value

decimal

HasDown

Has down.

public bool HasDown { get; }

Property Value

bool

HasPattern

Has pattern.

public bool HasPattern { get; }

Property Value

bool

HasUp

Has up.

public bool HasUp { get; }

Property Value

bool

Up

Gets the Up value.

public decimal Up { get; }

Property Value

decimal

Methods

Add(IIndicator, IIndicatorValue)

Add a value of inner indicator.

public override void Add(IIndicator indicator, IIndicatorValue value)

Parameters

indicator IIndicator

IIndicator

value IIndicatorValue

IIndicatorValue

Operators

explicit operator bool(FractalsValue)

Cast object from FractalsValue to bool.

public static explicit operator bool(FractalsValue value)

Parameters

value FractalsValue

Object FractalsValue.

Returns

bool

bool value.