Summary
The resulting time series of the calculation.
Syntax
public IndicatorDataSeries Result{ get; }
Example 1
Print("High minus Low result = {0}", _highMinusLow.Result[index]);
public IndicatorDataSeries Result{ get; }
Print("High minus Low result = {0}", _highMinusLow.Result[index]);