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

Constructors

KnowSureThingValue(KnowSureThing, DateTimeOffset)

Initializes a new instance of the KnowSureThingValue.

public KnowSureThingValue(KnowSureThing indicator, DateTimeOffset time)

Parameters

indicator KnowSureThing

KnowSureThing

time DateTimeOffset

Time

Properties

KstLine

Gets the KST line value.

public decimal KstLine { get; }

Property Value

decimal

Signal

Gets the signal line value.

public decimal Signal { get; }

Property Value

decimal