Skip to content

Result Property

Summary

The resulting time series of the calculation.

Signature

1
public abstract IndicatorDataSeries Result {get;}

Return Value

IndicatorDataSeries

Declaring Type

cAlgo.API.Indicators.HighMinusLow

Examples

1
 Print("High minus Low result = {0}", _highMinusLow.Result[index]);

Last update: March 23, 2023