KnowSureThing

StockSharp.Algo.Indicators

Know Sure Thing (KST) indicator.

Herda de: BaseComplexIndicator<IKnowSureThingValue>

Construtores

KnowSureThing()

Initializes a new instance of the KnowSureThing.

Propriedades

Measure : IndicatorMeasures

IndicatorMeasures.

NumValuesToInitialize : int

Number of values that need to be processed in order for the indicator to initialize (be IsFormed equals ). if undefined.

Roc1 : RateOfChange

Rate of Change #1.

Roc2 : RateOfChange

Rate of Change #2.

Roc3 : RateOfChange

Rate of Change #3.

Roc4 : RateOfChange

Rate of Change #4.

Signal : SimpleMovingAverage

Signal line.

Sma1 : SimpleMovingAverage

Simple Moving Average applied to ROC #1.

Sma2 : SimpleMovingAverage

Simple Moving Average applied to ROC #2.

Sma3 : SimpleMovingAverage

Simple Moving Average applied to ROC #3.

Sma4 : SimpleMovingAverage

Simple Moving Average applied to ROC #4.

Métodos

CalcIsFormed() : bool

Calc IsFormed.

Retorna: IsFormed

CreateValue(DateTime) : IKnowSureThingValue

Create .

time
Time
OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Retorna: The resulting value.

Reset()

Reset state.