Table of Contents

Class TypicalPrice

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

Typical Price indicator.

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

Constructors

TypicalPrice()

Initializes a new instance of the TypicalPrice.

public TypicalPrice()

Methods

OnProcess(IIndicatorValue)

To handle the input value.

protected override IIndicatorValue OnProcess(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

IIndicatorValue

The resulting value.