Table of Contents

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 KnowSureThing

KnowSureThing

time DateTimeOffset

Time

Remarks

Initializes a new instance of the KnowSureThingValue.

Properties

KstLine

Gets the KST line value.

[Browsable(false)]
public decimal? KstLine { get; }

Property Value

decimal?

KstLineValue

Gets the KST line value.

public IIndicatorValue KstLineValue { get; }

Property Value

IIndicatorValue

Signal

Gets the signal line value.

[Browsable(false)]
public decimal? Signal { get; }

Property Value

decimal?

SignalValue

Gets the signal line value.

public IIndicatorValue SignalValue { get; }

Property Value

IIndicatorValue