Class KnowSureThingValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
KnowSureThing indicator value.
public class KnowSureThingValue : ComplexIndicatorValue<KnowSureThing>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
KnowSureThingValue
- Implements
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the KnowSureThingValue.
Constructors
KnowSureThingValue(KnowSureThing, DateTimeOffset)
KnowSureThing indicator value.
public KnowSureThingValue(KnowSureThing indicator, DateTimeOffset time)
Parameters
indicator
KnowSureThingtime
DateTimeOffset
Remarks
Initializes a new instance of the KnowSureThingValue.
Properties
KstLine
Gets the KST line value.
[Browsable(false)]
public decimal? KstLine { get; }
Property Value
KstLineValue
Gets the KST line value.
public IIndicatorValue KstLineValue { get; }
Property Value
Signal
Gets the signal line value.
[Browsable(false)]
public decimal? Signal { get; }
Property Value
SignalValue
Gets the signal line value.
public IIndicatorValue SignalValue { get; }