Skip to content

Result Property

Summary

Gets the resulting time series of the Weighted Close indicator calculation.

Signature

1
public abstract IndicatorDataSeries Result {get;}

Return Value

IndicatorDataSeries

Declaring Type

cAlgo.API.Indicators.WeightedClose

Examples

1
 double weightedCloseValue = weightedCloseSeries.Result[index];

Last update: March 23, 2023