FractalsValue
StockSharp.Algo.Indicators
Fractals indicator value implementation.
继承自: ComplexIndicatorValue<Fractals>
实现: IFractalsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
构造函数
FractalsValue(Fractals, DateTime)
Fractals indicator value implementation.
- fractals
- The parent Fractals indicator.
- time
- Time associated with this indicator value.
属性
DownValue : IIndicatorValue
Gets the Down value.
HasPattern : bool
Has pattern.
UpValue : IIndicatorValue
Gets the Up value.
方法
op_Explicit(Boolean) : bool
Cast object from FractalsValue to Boolean.
- value
- Object FractalsValue.
返回值: Boolean value.