Table of Contents

Class WeightedClosePrice

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

Weighted Close Price indicator.

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

Constructors

WeightedClosePrice()

Initializes a new instance of the WeightedClosePrice.

public WeightedClosePrice()

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.