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
Fractalstime
DateTimeOffset
Properties
Down
Gets the Down value.
public decimal Down { get; }
Property Value
HasDown
Has down.
public bool HasDown { get; }
Property Value
HasPattern
Has pattern.
public bool HasPattern { get; }
Property Value
HasUp
Has up.
public bool HasUp { get; }
Property Value
Up
Gets the Up value.
public decimal Up { get; }
Property Value
Methods
Add(IIndicator, IIndicatorValue)
Add a value of inner indicator.
public override void Add(IIndicator indicator, IIndicatorValue value)
Parameters
indicator
IIndicatorvalue
IIndicatorValue
Operators
explicit operator bool(FractalsValue)
Cast object from FractalsValue to bool.
public static explicit operator bool(FractalsValue value)
Parameters
value
FractalsValueObject FractalsValue.