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
Remarks
Initializes a new instance of the FractalsValue.
Constructors
FractalsValue(Fractals, DateTimeOffset)
Fractals indicator value.
public FractalsValue(Fractals fractals, DateTimeOffset time)
Parameters
fractals
Fractalstime
DateTimeOffset
Remarks
Initializes a new instance of the FractalsValue.
Properties
Down
Gets the Down value.
[Browsable(false)]
public decimal? Down { get; }
Property Value
DownValue
Gets the Down value.
public IIndicatorValue DownValue { get; }
Property Value
HasDown
Has down.
[Browsable(false)]
public bool HasDown { get; }
Property Value
HasPattern
Has pattern.
[Browsable(false)]
public bool HasPattern { get; }
Property Value
HasUp
Has up.
[Browsable(false)]
public bool HasUp { get; }
Property Value
Up
Gets the Up value.
[Browsable(false)]
public decimal? Up { get; }
Property Value
UpValue
Gets the Up value.
public IIndicatorValue UpValue { 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.