WeightedClosePrice
StockSharp.Algo.Indicators
Weighted Close Price indicator.
Inherits: BaseIndicator
Constructors
WeightedClosePrice
public WeightedClosePrice()
weightedClosePrice = WeightedClosePrice()
Initializes a new instance of the WeightedClosePrice.
Methods
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = weightedClosePrice.OnProcess(input)
To handle the input value.
- input
- The input value.
Returns: The resulting value.