FractalsValue
StockSharp.Algo.Indicators
Fractals indicator value implementation.
Inherits: ComplexIndicatorValue<Fractals>
Implements: IFractalsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
FractalsValue(Fractals, DateTime)
Fractals indicator value implementation.
- fractals
- The parent Fractals indicator.
- time
- Time associated with this indicator value.
Properties
DownValue : IIndicatorValue
Gets the Down value.
HasPattern : bool
Has pattern.
UpValue : IIndicatorValue
Gets the Up value.
Methods
op_Explicit(Boolean) : bool
Cast object from FractalsValue to Boolean.
- value
- Object FractalsValue.
Returns: Boolean value.