Table of Contents

Class IntradayIntensityIndex

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

Intraday Intensity Index indicator.

[Display(ResourceType = typeof(LocalizedStrings), Name = "III", Description = "IntradayIntensityIndex")]
[IndicatorIn(typeof(CandleIndicatorValue))]
[Doc("topics/indicators/intraday_intensity_index.html")]
public class IntradayIntensityIndex : SimpleMovingAverage, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
IntradayIntensityIndex
Implements
Derived
Inherited Members
Extension Methods

Constructors

IntradayIntensityIndex()

Initializes a new instance of the IntradayIntensityIndex.

public IntradayIntensityIndex()

Properties

Measure

public override IndicatorMeasures Measure { get; }

Property Value

IndicatorMeasures

Methods

OnProcessDecimal(IIndicatorValue)

To handle the input value.

protected override decimal? OnProcessDecimal(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

decimal?

The new value of the indicator.