FractalsValue
StockSharp.Algo.Indicators
Fractals indicator value implementation.
Inherits: ComplexIndicatorValue<Fractals>
Implements: IFractalsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
FractalsValue
public FractalsValue(Fractals fractals, DateTime time)
fractalsValue = FractalsValue(fractals, time)
Fractals indicator value implementation.
- fractals
- The parent Fractals indicator.
- time
- Time associated with this indicator value.
Properties
DownValue
public IIndicatorValue DownValue { get; }
value = fractalsValue.DownValue
Gets the Down value.
Methods
op_Explicit(Boolean) : bool
Cast object from FractalsValue to Boolean.
- value
- Object FractalsValue.
Returns: Boolean value.
ToString
public override string ToString()
result = fractalsValue.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.